Home
last modified time | relevance | path

Searched refs:num_tile_cols (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_hevc.c166 unsigned int num_tile_cols = pps->num_tile_columns_minus1 + 1; in tile_buffer_reallocate() local
170 if (num_tile_cols <= 1 || in tile_buffer_reallocate()
171 num_tile_cols <= hevc_dec->num_tile_cols_allocated) in tile_buffer_reallocate()
196 size = VERT_FILTER_RAM_SIZE * height64 * (num_tile_cols - 1); in tile_buffer_reallocate()
204 size = VERT_SAO_RAM_SIZE * height64 * (num_tile_cols - 1); in tile_buffer_reallocate()
212 size = BSD_CTRL_RAM_SIZE * height64 * (num_tile_cols - 1); in tile_buffer_reallocate()
220 hevc_dec->num_tile_cols_allocated = num_tile_cols; in tile_buffer_reallocate()
Dhantro_g2_hevc_dec.c33 unsigned int num_tile_cols = pps->num_tile_columns_minus1 + 1; in prepare_tile_info_buffer() local
58 vpu_debug(1, "Tiles enabled! %dx%d\n", num_tile_cols, num_tile_rows); in prepare_tile_info_buffer()
61 hantro_reg_write(vpu, &g2_num_tile_cols, num_tile_cols); in prepare_tile_info_buffer()
75 for (j = 0, tmp_w = 0; j < num_tile_cols - 1; j++) { in prepare_tile_info_buffer()
95 for (j = 0, prev_w = 0; j < num_tile_cols; j++) { in prepare_tile_info_buffer()
96 tmp = (j + 1) * pic_width_in_ctbs / num_tile_cols; in prepare_tile_info_buffer()