Home
last modified time | relevance | path

Searched refs:ff_vp56_coeff_bit_length (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp56data.h39 extern const uint8_t ff_vp56_coeff_bit_length[];
Dvp56data.c68 const uint8_t ff_vp56_coeff_bit_length[] = { 0, 1, 2, 3, 4, 10 }; variable
Dvp5.c215 for (i=ff_vp56_coeff_bit_length[idx]; i>=0; i--) in vp5_parse_coeff()
Dvp6.c500 for (i=ff_vp56_coeff_bit_length[idx]; i>=0; i--) in vp6_parse_coeff()