Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu381-hevc.c103 struct rkvdec_hevc_tile row_height[11]; member
138 u16 row_height[22]; in assemble_hw_pps() local
263 memset(row_height, 0, sizeof(row_height)); in assemble_hw_pps()
273 column_width, row_height); in assemble_hw_pps()
277 column_width, row_height); in assemble_hw_pps()
281 row_height[0] = DIV_ROUND_UP(height, max_cu_width); in assemble_hw_pps()
295 if (row_height[i] > 0) in assemble_hw_pps()
296 row_height[i]--; in assemble_hw_pps()
299 hw_ps->row_height[i / 2].value1 = row_height[i]; in assemble_hw_pps()
301 hw_ps->row_height[i / 2].value0 = row_height[i]; in assemble_hw_pps()
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()
60 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_non_uniform() argument
77 row_height[i] = pps->row_height_minus1[i] + 1; in compute_tiles_non_uniform()
78 sum += row_height[i]; in compute_tiles_non_uniform()
80 row_height[i] = pic_in_cts_height - sum; in compute_tiles_non_uniform()