Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h199 unsigned int log2_max_pcm_cb_size; member
Dnvdec_hevc.c108 ….log2_diff_max_min_pcm_luma_coding_block_size = sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2_min_… in nvdec_hevc_start_frame()
Ddxva2_hevc.c107 …((sps->pcm_enabled_flag ? (sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2_min_pcm_cb_size) : 0) << … in fill_picture_parameters()
Dvdpau_hevc.c115 …info->log2_diff_max_min_pcm_luma_coding_block_size = sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2… in vdpau_hevc_start_frame()
Dvaapi_hevc.c153 ….log2_diff_max_min_pcm_luma_coding_block_size = sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2_min_… in vaapi_hevc_start_frame()
Dhevc_ps.c1089 sps->pcm.log2_max_pcm_cb_size = sps->pcm.log2_min_pcm_cb_size + in ff_hevc_parse_sps()
Dhevcdec.c2223 log2_cb_size <= s->ps.sps->pcm.log2_max_pcm_cb_size) { in hls_coding_unit()