Home
last modified time | relevance | path

Searched refs:refdist_flag (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c86 .refdist_flag = v->refdist_flag, in nvdec_vc1_start_frame()
Dvdpau_vc1.c77 info->refdist_flag = v->refdist_flag; in vdpau_vc1_start_frame()
Dvc1.h202 …int refdist_flag; ///< REFDIST syntax element present in II, IP, PI or PP field picture headers member
Ddxva2_vc1.c105 (v->refdist_flag << 6) | in fill_picture_parameters()
Dvc1.c519 v->refdist_flag = get_bits1(gb); in ff_vc1_decode_entry_point()
563 v->broken_link, v->closed_entry, v->panscanflag, v->refdist_flag, v->s.loop_filter, in ff_vc1_decode_entry_point()
941 if (!v->refdist_flag) in ff_vc1_parse_frame_header_adv()
Dvaapi_vc1.c333 .reference_distance_flag = v->refdist_flag, in vaapi_vc1_start_frame()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c70 uint8_t refdist_flag; // 12 member
182 vc->refdist_flag = d->refdist_flag; in nouveau_vp3_fill_picparm_vc1_bsp()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c1051 assert_equals_int (entrypt->refdist_flag, 1); in GST_START_TEST()
1112 assert_equals_int (entrypt->refdist_flag, 1); in GST_START_TEST()
1181 assert_equals_int (entrypt->refdist_flag, 1); in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c48 context->desc.vc1.refdist_flag = in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c327 picture->refdist_flag = picture_info->refdist_flag; in vlVdpDecoderRenderVC1()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h186 guint8 refdist_flag; member
Dgstvc1parser.c1016 if (pic->fcm == GST_VC1_FIELD_INTERLACE && entrypthdr->refdist_flag && in parse_frame_header_advanced()
1949 entrypoint->refdist_flag = gst_bit_reader_get_bits_uint8_unchecked (&br, 1); in gst_vc1_parse_entry_point_header()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h453 int refdist_flag; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h258 uint8_t refdist_flag; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c513 result.pps_info_flags |= pic->refdist_flag << 6; in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c815 result.pps_info_flags |= pic->refdist_flag << 6; in get_vc1_msg()
Dradeon_vcn_dec.c1442 result.pps_info_flags |= pic->refdist_flag << 6; in get_vc1_msg()