Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_hevc.c82 unsigned int num_tile_cols = pps->num_tile_columns_minus1 + 1; in tile_buffer_reallocate() local
86 if (num_tile_cols <= 1 || in tile_buffer_reallocate()
87 num_tile_cols <= hevc_dec->num_tile_cols_allocated) in tile_buffer_reallocate()
112 size = (VERT_FILTER_RAM_SIZE * height64 * (num_tile_cols - 1) * ctx->bit_depth) / 8; in tile_buffer_reallocate()
120 size = (VERT_SAO_RAM_SIZE * height64 * (num_tile_cols - 1) * ctx->bit_depth) / 8; in tile_buffer_reallocate()
128 size = BSD_CTRL_RAM_SIZE * height64 * (num_tile_cols - 1); in tile_buffer_reallocate()
136 hevc_dec->num_tile_cols_allocated = num_tile_cols; in tile_buffer_reallocate()