Home
last modified time | relevance | path

Searched refs:range_mapuv_flag (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c97 .range_mapuv_flag = v->range_mapuv_flag, in nvdec_vc1_start_frame()
Dvdpau_vc1.c87 info->range_mapuv_flag = v->range_mapuv_flag; in vdpau_vc1_start_frame()
Dvc1.h328 uint8_t range_mapuv_flag; member
Ddxva2_vc1.c135 (v->range_mapuv_flag << 3) | in fill_picture_parameters()
Dvaapi_vc1.c290 .chroma_flag = v->range_mapuv_flag, in vaapi_vc1_start_frame()
Dvc1.c554 if ((v->range_mapuv_flag = get_bits1(gb))) { in ff_vc1_decode_entry_point()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c60 context->desc.vc1.range_mapuv_flag = vc1->range_mapping_fields.bits.chroma_flag; in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c337 picture->range_mapuv_flag = picture_info->range_mapuv_flag; in vlVdpDecoderRenderVC1()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h200 guint8 range_mapuv_flag; member
Dgstvc1parser.c1988 READ_UINT8 (&br, entrypoint->range_mapuv_flag, 1); in gst_vc1_parse_entry_point_header()
1989 if (entrypoint->range_mapuv_flag) in gst_vc1_parse_entry_point_header()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h464 int range_mapuv_flag; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h268 uint8_t range_mapuv_flag; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c506 result.pps_info_flags |= pic->range_mapuv_flag << 27; in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c808 result.pps_info_flags |= pic->range_mapuv_flag << 27; in get_vc1_msg()
Dradeon_vcn_dec.c1435 result.pps_info_flags |= pic->range_mapuv_flag << 27; in get_vc1_msg()