Searched refs:dqprofile (Results 1 – 7 of 7) sorted by relevance
357 .dq_profile = v->dqprofile, in vaapi_vc1_start_frame()358 … .dq_sb_edge = v->dqprofile == DQPROFILE_SINGLE_EDGE ? v->dqsbedge : 0, in vaapi_vc1_start_frame()359 … .dq_db_edge = v->dqprofile == DQPROFILE_DOUBLE_EDGES ? v->dqsbedge : 0, in vaapi_vc1_start_frame()
244 uint8_t dqprofile; member
242 v->dqprofile = get_bits(gb, 2); in vop_dquant_decoding()243 switch (v->dqprofile) { in vop_dquant_decoding()
184 if (v->dqprofile == DQPROFILE_ALL_MBS) { \195 if (v->dqprofile == DQPROFILE_SINGLE_EDGE) \197 else if (v->dqprofile == DQPROFILE_DOUBLE_EDGES) \199 else if (v->dqprofile == DQPROFILE_FOUR_EDGES) \
489 guint8 dqprofile; member
647 READ_UINT8 (br, vopdquant->dqprofile, 2); in parse_vopdquant()649 switch (vopdquant->dqprofile) { in parse_vopdquant()661 || vopdquant->dqprofile != GST_VC1_DQPROFILE_ALL_MBS) { in parse_vopdquant()
139275 boundary edge selector, depending on the value of dqprofile. So, dqbedge139276 represents DQSBEDGE if dqprofile == GST_VC1_DQPROFILE_SINGLE_EDGE, or139277 DQDBEDGE if dqprofile == GST_VC1_DQPROFILE_DOUBLE_EDGE.