Home
last modified time | relevance | path

Searched refs:postprocflag (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvdpau_vc1.c69 info->postprocflag = v->postprocflag; in vdpau_vc1_start_frame()
94 info->deblockEnable = v->postprocflag & 1; in vdpau_vc1_start_frame()
Dnvdec_vc1.c74 .postprocflag = v->postprocflag, in nvdec_vc1_start_frame()
Dvc1.h197 int postprocflag; ///< Per-frame processing suggestion flag present member
Ddxva2_vc1.c120 pp->bPicDeblockConfined = (v->postprocflag << 7) | in fill_picture_parameters()
Dvc1.c415 v->postprocflag = get_bits1(gb); //common in decode_sequence_header_adv()
996 if (v->postprocflag) in ff_vc1_parse_frame_header_adv()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c1034 assert_equals_int (advhdr->postprocflag, 0); in GST_START_TEST()
1095 assert_equals_int (advhdr->postprocflag, 0); in GST_START_TEST()
1165 assert_equals_int (advhdr->postprocflag, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h439 int postprocflag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h220 guint8 postprocflag; member
Dgstvc1parser.c810 advanced->postprocflag = gst_bit_reader_get_bits_uint8_unchecked (br, 1); in parse_sequence_header_advanced()
825 advanced->postprocflag, advanced->max_coded_width, in parse_sequence_header_advanced()
1072 if (advhdr->postprocflag) in parse_frame_header_advanced()