Home
last modified time | relevance | path

Searched refs:pic_in_cts_height (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc-common.c38 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_uniform() argument
52 row_height[i] = ((i + 1) * pic_in_cts_height) / in compute_tiles_uniform()
54 (i * pic_in_cts_height) / in compute_tiles_uniform()
60 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_non_uniform() argument
80 row_height[i] = pic_in_cts_height - sum; in compute_tiles_non_uniform()
H A Drkvdec-vdpu381-hevc.c135 s32 pic_in_cts_height; in assemble_hw_pps() local
267 pic_in_cts_height = DIV_ROUND_UP(height, max_cu_width); in assemble_hw_pps()
272 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps()
276 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps()