Searched refs:column_width (Results 1 – 2 of 2) 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-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()
|