Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp56data.h34 extern const uint8_t ff_vp56_coeff_parse_table[6][11];
H A Dvp56data.c31 const uint8_t ff_vp56_coeff_parse_table[6][11] = { variable
H A Dvp5.c217 coeff += vp56_rac_get_prob(c, ff_vp56_coeff_parse_table[idx][i]) << i; in vp5_parse_coeff()
H A Dvp6.c504 coeff += vp56_rac_get_prob(c, ff_vp56_coeff_parse_table[idx][i]) << i; in vp6_parse_coeff()

Completed in 3 milliseconds