Searched refs:altpq (Results 1 – 4 of 4) sorted by relevance
236 uint8_t pq, altpq; ///< Current/alternate frame quantizer scale member
363 .alt_pic_quantizer = v->altpq, in vaapi_vc1_start_frame()
187 mquant = (get_bits1(gb)) ? -v->altpq : v->pq; \203 mquant = -v->altpq; \205 mquant = -v->altpq; \207 mquant = -v->altpq; \210 mquant = -v->altpq; \
261 v->altpq = get_bits(gb, 5); in vop_dquant_decoding()263 v->altpq = v->pq + pqdiff + 1; in vop_dquant_decoding()