Searched refs:dquantfrm (Results 1 – 7 of 7) sorted by relevance
243 uint8_t dquantfrm; member
238 v->dquantfrm = get_bits1(gb); in vop_dquant_decoding()239 if (!v->dquantfrm) in vop_dquant_decoding()704 v->dquantfrm = 0; in ff_vc1_parse_frame_header()1001 v->dquantfrm = 0; in ff_vc1_parse_frame_header_adv()
356 .dq_frame = v->dquantfrm, in vaapi_vc1_start_frame()
182 if (v->dquantfrm) { \549 if (v->pq < 8 || v->dquantfrm) { // table 59 in vc1_decode_ac_coeff()
631 vopdquant->dquantfrm = 0; in parse_vopdquant()642 READ_UINT8 (br, vopdquant->dquantfrm, 1); in parse_vopdquant()644 vopdquant->dquantfrm); in parse_vopdquant()646 if (vopdquant->dquantfrm) { in parse_vopdquant()
488 guint8 dquantfrm; member
1130 assert_equals_int (framehdr.vopdquant.dquantfrm, 0); in GST_START_TEST()