Searched refs:column_width (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-vdpu381-hevc.c | 102 struct rkvdec_hevc_tile column_width[10]; member 137 u16 column_width[20]; in assemble_hw_pps() local 260 memset(column_width, 0, sizeof(column_width)); in assemble_hw_pps() 271 column_width, row_height); in assemble_hw_pps() 275 column_width, row_height); in assemble_hw_pps() 278 column_width[0] = (width + max_cu_width - 1) / max_cu_width; in assemble_hw_pps() 283 if (column_width[i] > 0) in assemble_hw_pps() 284 column_width[i]--; in assemble_hw_pps() 287 hw_ps->column_width[i / 2].value1 = column_width[i]; in assemble_hw_pps() 289 hw_ps->column_width[i / 2].value0 = column_width[i]; in assemble_hw_pps()
|
| H A D | rkvdec-hevc-common.c | 37 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_uniform() argument 43 column_width[i] = ((i + 1) * pic_in_cts_width) / in compute_tiles_uniform() 57 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_non_uniform() argument 64 column_width[i] = pps->column_width_minus1[i] + 1; in compute_tiles_non_uniform() 65 sum += column_width[i]; in compute_tiles_non_uniform() 67 column_width[i] = pic_in_cts_width - sum; in compute_tiles_non_uniform()
|
| H A D | rkvdec-vdpu383-hevc.c | 233 u16 column_width[22]; in assemble_hw_pps() local 348 memset(column_width, 0, sizeof(column_width)); in assemble_hw_pps() 359 column_width, row_height); in assemble_hw_pps() 363 column_width, row_height); in assemble_hw_pps() 366 column_width[0] = (width + 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()
|