Searched refs:vp56_coeff_parse_table (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56data.c31 const uint8_t vp56_coeff_parse_table[6][11] = { variable
H A Dvp56data.h61 extern const uint8_t vp56_coeff_parse_table[6][11];
H A Dvp5.c203 coeff += vp56_rac_get_prob(c, vp56_coeff_parse_table[idx][i]) << i;
H A Dvp6.c458 coeff += vp56_rac_get_prob(c, vp56_coeff_parse_table[idx][i]) << i;

Completed in 107 milliseconds