Home
last modified time | relevance | path

Searched refs:ff_modified_quant_tab (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263data.h69 extern const uint8_t ff_modified_quant_tab[2][32];
Dh263data.c250 const uint8_t ff_modified_quant_tab[2][32] = { variable
Dituh263dec.c434 s->qscale= ff_modified_quant_tab[get_bits1(&s->gb)][ s->qscale ]; in h263_decode_dquant()