Home
last modified time | relevance | path

Searched refs:bit_depth_idx (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c62 int8_t bit_depth_idx; in vaapi_av1_start_frame() local
69 bit_depth_idx = vaapi_av1_get_bit_depth_idx(avctx); in vaapi_av1_start_frame()
70 if (bit_depth_idx < 0) in vaapi_av1_start_frame()
77 .bit_depth_idx = bit_depth_idx, in vaapi_av1_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c720 pic_param.bit_depth_idx = 0; in gst_va_av1_dec_start_picture()
722 pic_param.bit_depth_idx = 1; in gst_va_av1_dec_start_picture()
724 pic_param.bit_depth_idx = 2; in gst_va_av1_dec_start_picture()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c138 context->desc.av1.picture_parameter.bit_depth_idx = av1->bit_depth_idx; in vlVaHandlePictureParameterBufferAV1()
Dpicture.c740 if (context->desc.av1.picture_parameter.bit_depth_idx == 1) { in vlVaEndPicture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h782 uint8_t bit_depth_idx; member
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c832 …bit_depth_luma_minus8 = result.bit_depth_chroma_minus8 = pic->picture_parameter.bit_depth_idx << 1; in get_av1_msg()
863 if (pic->picture_parameter.bit_depth_idx) { in get_av1_msg()
923 fg_params->bit_depth_minus_8 = pic->picture_parameter.bit_depth_idx << 1; in get_av1_msg()
967 dec->ref_codec.bts = pic->picture_parameter.bit_depth_idx ? CODEC_10_BITS : CODEC_8_BITS; in get_av1_msg()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c372 priv->picture.av1.picture_parameter.bit_depth_idx = in sequence_header_obu()
/third_party/ffmpeg/
Dconfigure6706 check_struct "va/va.h" "VADecPictureParameterBufferAV1" bit_depth_idx