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
261 memset(row_height, 0, sizeof(row_height)); in assemble_hw_pps()
271 column_width, row_height); in assemble_hw_pps()
275 column_width, row_height); in assemble_hw_pps()
279 row_height[0] = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
293 if (row_height[i] > 0) in assemble_hw_pps()
294 row_height[i]--; in assemble_hw_pps()
297 hw_ps->row_height[i / 2].value1 = row_height[i]; in assemble_hw_pps()
299 hw_ps->row_height[i / 2].value0 = row_height[i]; in assemble_hw_pps()
H A Drkvdec-vdpu383-hevc.c234 u16 row_height[22]; in assemble_hw_pps() local
349 memset(row_height, 0, sizeof(row_height)); in assemble_hw_pps()
359 column_width, row_height); in assemble_hw_pps()
363 column_width, row_height); in assemble_hw_pps()
367 row_height[0] = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps()
370 set_column_row(hw_ps, column_width, row_height); in assemble_hw_pps()