Searched refs:row_height (Results 1 – 2 of 2) sorted by relevance
103 struct rkvdec_hevc_tile row_height[11]; member138 u16 row_height[22]; in assemble_hw_pps() local263 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()
38 s32 pic_in_cts_height, u16 *column_width, u16 *row_height) in compute_tiles_uniform() argument52 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() argument77 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()