Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp56.h152 uint16_t dequant_ac; member
Dvp6.c450 coeff2 *= s->dequant_ac; in vp6_parse_coeff_huffman()
516 coeff *= s->dequant_ac; in vp6_parse_coeff()
Dvp5.c236 coeff *= s->dequant_ac; in vp5_parse_coeff()
Dvp56.c40 s->dequant_ac = ff_vp56_ac_dequant[quantizer] << 2; in ff_vp56_init_dequant()