Searched refs:tile_cols (Results 1 – 11 of 11) sorted by relevance
108 ctx->params.tile_cols = 720 / 16; in iep2_init()173 ctx->params.tile_cols = 720 / 16; in iep2_init()258 r.w = ctx->params.tile_cols; in iep2_done()307 ctx->params.tile_cols = (param->com.width + 15) / 16; in iep2_set_param()360 if (ctx->params.tile_cols <= 0 || ctx->params.tile_cols > IEP2_TILE_W_MAX || in iep2_param_check()363 ctx->params.tile_cols, ctx->params.tile_rows); in iep2_param_check()
72 int cols = ctx->params.tile_cols; in iep2_update_gmv()
51 uint32_t tile_cols; member
148 if (!iep2_osd_check(pmv, ctx->params.tile_cols, in iep2_set_osd()
1041 current->tile_cols = (sb_cols + tile_width_sb - 1) / tile_width_sb; in mpp_av1_tile_info()1051 for (i = 0; i < current->tile_cols - 1; i++) in mpp_av1_tile_info()1054 sb_cols - (current->tile_cols - 1) * tile_width_sb - 1); in mpp_av1_tile_info()1075 current->tile_cols = i; in mpp_av1_tile_info()1104 ctx->tile_cols = current->tile_cols; in mpp_av1_tile_info()2110 ctx->tile_rows, ctx->tile_cols); in mpp_av1_uncompressed_header()2210 num_tiles = ctx->tile_cols * ctx->tile_rows; in mpp_av1_tile_group_obu()2220 tile_bits = mpp_av1_tile_log2(1, ctx->tile_cols) + in mpp_av1_tile_group_obu()
114 RK_S32 tile_cols; member
218 RK_U16 tile_cols; member
50 pp->tiles.cols = frame_header->tile_cols; in av1d_fill_picparams()
183 RK_U32 tile_cols, tile_rows; member
1039 if (s->tiling.tile_cols != (1U << s->tiling.log2_tile_cols)) { in decode_parser_header()1040 s->tiling.tile_cols = 1 << s->tiling.log2_tile_cols; in decode_parser_header()1042 RK_U32 min_size = sizeof(VpxRangeCoder) * s->tiling.tile_cols; in decode_parser_header()
100 u32 tile_cols; member361 width = cfg->tile_cols * TILE_WIDTH; in iep2_config()