Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c90 context->desc.h264.pps->sps->MinLumaBiPredSize8x8 = in vlVaHandlePictureParameterBufferH264()
91 h264->seq_fields.bits.MinLumaBiPredSize8x8; in vlVaHandlePictureParameterBufferH264()
/third_party/ffmpeg/libavcodec/
Dvaapi_h264.c253 .MinLumaBiPredSize8x8 = sps->level_idc >= 31, /* A.3.3.2 */ in vaapi_h264_start_frame()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.cpp396 dxvaStructure.MinLumaBipredSize8x8Flag = pPipeDesc->pps->sps->MinLumaBiPredSize8x8; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h302 uint8_t MinLumaBiPredSize8x8; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c365 …picture->pps->sps->MinLumaBiPredSize8x8 = (level_idc >= 31); /* See section A.3.3.2 of H264 spec *… in vlVdpDecoderRenderH264()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c319 sps->MinLumaBiPredSize8x8 = (sps->level_idc >= 31); /* See section A.3.3.2 of H264 spec */; in seq_parameter_set()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5639 - gallium: Add MinLumaBiPredSize8x8 to pipe_h264_sps, pic_init_qs_minus26 to pipe_h264_pps
5640 - gallium omx: Fill out MinLumaBiPredSize8x8 and pic_init_qs_minus26
5641 - gallium vdpau: Fill out level_idc and MinLumaBiPredSize8x8
5642 - gallium va: VaHandlePictureParameterBufferH264 fill out new pipe params MinLumaBiPredSize8x8, pic…