Home
last modified time | relevance | path

Searched refs:dqprofile (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c357 .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()
Dvc1.h244 uint8_t dqprofile; member
Dvc1.c242 v->dqprofile = get_bits(gb, 2); in vop_dquant_decoding()
243 switch (v->dqprofile) { in vop_dquant_decoding()
Dvc1_block.c184 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) \
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h489 guint8 dqprofile; member
Dgstvc1parser.c647 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()
/third_party/gstreamer/gstplugins_bad/
DChangeLog139275 boundary edge selector, depending on the value of dqprofile. So, dqbedge
139276 represents DQSBEDGE if dqprofile == GST_VC1_DQPROFILE_SINGLE_EDGE, or
139277 DQDBEDGE if dqprofile == GST_VC1_DQPROFILE_DOUBLE_EDGE.