Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1.h236 uint8_t pq, altpq; ///< Current/alternate frame quantizer scale member
Dvaapi_vc1.c363 .alt_pic_quantizer = v->altpq, in vaapi_vc1_start_frame()
Dvc1_block.c187 mquant = (get_bits1(gb)) ? -v->altpq : v->pq; \
203 mquant = -v->altpq; \
205 mquant = -v->altpq; \
207 mquant = -v->altpq; \
210 mquant = -v->altpq; \
Dvc1.c261 v->altpq = get_bits(gb, 5); in vop_dquant_decoding()
263 v->altpq = v->pq + pqdiff + 1; in vop_dquant_decoding()