Searched refs:pic_in_cts_height (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-hevc-common.c | 37 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_uniform() argument 49 row_height[i] = ((i + 1) * pic_in_cts_height) / in compute_tiles_uniform() 51 (i * pic_in_cts_height) / in compute_tiles_uniform() 57 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_non_uniform() argument 74 row_height[i] = pic_in_cts_height - sum; in compute_tiles_non_uniform()
|
| H A D | rkvdec-vdpu381-hevc.c | 135 s32 pic_in_cts_height; in assemble_hw_pps() local 265 pic_in_cts_height = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps() 270 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps() 274 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps()
|
| H A D | rkvdec-vdpu383-hevc.c | 231 s32 pic_in_cts_height; in assemble_hw_pps() local 353 pic_in_cts_height = (height + max_cu_width - 1) / max_cu_width; in assemble_hw_pps() 358 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps() 362 pic_in_cts_width, pic_in_cts_height, in assemble_hw_pps()
|