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/
H A Dvp56data.h39 extern const uint8_t ff_vp56_coeff_bit_length[];
H A Dvp56data.c68 const uint8_t ff_vp56_coeff_bit_length[] = { 0, 1, 2, 3, 4, 10 }; variable
H A Dvp5.c216 for (i=ff_vp56_coeff_bit_length[idx]; i>=0; i--) in vp5_parse_coeff()
H A Dvp6.c503 for (i=ff_vp56_coeff_bit_length[idx]; i>=0; i--) in vp6_parse_coeff()

Completed in 3 milliseconds