Searched refs:num_tile_cols (Results 1 – 1 of 1) sorted by relevance
109 RK_U32 num_tile_cols; member178 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2;//dxva->tiles.cols; in vdpu_av1d_filtermem_alloc() local189 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() local1866 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()