Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1.h243 uint8_t dquantfrm; member
Dvc1.c238 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()
Dvaapi_vc1.c356 .dq_frame = v->dquantfrm, in vaapi_vc1_start_frame()
Dvc1_block.c182 if (v->dquantfrm) { \
549 if (v->pq < 8 || v->dquantfrm) { // table 59 in vc1_decode_ac_coeff()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.c631 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()
Dgstvc1parser.h488 guint8 dquantfrm; member
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c1130 assert_equals_int (framehdr.vopdquant.dquantfrm, 0); in GST_START_TEST()