Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp56data.h38 extern const uint8_t ff_vp56_coeff_bias[];
Dvp56data.c67 const uint8_t ff_vp56_coeff_bias[] = { 0, 1, 2, 3, 4, 5, 7, 11, 19, 35, 67 }; variable
Dvp6.c443 int coeff2 = ff_vp56_coeff_bias[coeff]; in vp6_parse_coeff_huffman()
499 coeff = ff_vp56_coeff_bias[idx+5]; in vp6_parse_coeff()
Dvp5.c214 coeff = ff_vp56_coeff_bias[idx+5]; in vp5_parse_coeff()