Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c109 RK_U32 num_tile_cols; member
178 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2;//dxva->tiles.cols; in vdpu_av1d_filtermem_alloc() local
189 size += filt_info[DB_DATA_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
195 size += filt_info[DB_CTRL_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
203 size += filt_info[CDEF_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
211 size += filt_info[SR_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
219 size += filt_info[LR_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
1811 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2; in vdpu_av1d_gen_regs() local
1866 if (!ctx->filter_mem || height > ctx->height || num_tile_cols > ctx->num_tile_cols) { in vdpu_av1d_gen_regs()
1878 ctx->num_tile_cols = num_tile_cols; in vdpu_av1d_gen_regs()