Home
last modified time | relevance | path

Searched refs:max_cu_width (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu381-hevc.c133 s32 max_cu_width; in assemble_hw_pps() local
263 max_cu_width = 1 << (sps->log2_diff_max_min_luma_coding_block_size + log2_min_cb_size); in assemble_hw_pps()
264 pic_in_cts_width = (width + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
265 pic_in_cts_height = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
278 column_width[0] = (width + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
279 row_height[0] = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
H A Drkvdec-vdpu383-hevc.c229 s32 max_cu_width; in assemble_hw_pps() local
351 max_cu_width = 1 << (sps->log2_diff_max_min_luma_coding_block_size + log2_min_cb_size); in assemble_hw_pps()
352 pic_in_cts_width = (width + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
353 pic_in_cts_height = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
366 column_width[0] = (width + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
367 row_height[0] = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_hevc_req_multi_if.c168 unsigned int max_cu_width; member