Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c108 RK_U32 num_tile_cols; member
177 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2;//dxva->tiles.cols; in vdpu_av1d_filtermem_alloc() local
188 size += filt_info[DB_DATA_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
194 size += filt_info[DB_CTRL_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
202 size += filt_info[CDEF_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
210 size += filt_info[SR_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
218 size += filt_info[LR_COL].size * num_tile_cols; in vdpu_av1d_filtermem_alloc()
1868 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2; in vdpu_av1d_gen_regs() local
1899 if (!ctx->filter_mem || height > ctx->height || num_tile_cols > ctx->num_tile_cols) { in vdpu_av1d_gen_regs()
1911 ctx->num_tile_cols = num_tile_cols; in vdpu_av1d_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c207 RK_U32 num_tile_cols; member