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()265 r.w = ctx->params.tile_cols; in iep2_done()314 ctx->params.tile_cols = (param->com.width + 15) / 16; in iep2_set_param()365 if (ctx->params.tile_cols <= 0 || ctx->params.tile_cols > IEP2_TILE_W_MAX || in iep2_param_check()368 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()
118 RK_S32 tile_cols; member
1044 current->tile_cols = (sb_cols + tile_width_sb - 1) / tile_width_sb; in mpp_av1_tile_info()1054 for (i = 0; i < current->tile_cols - 1; i++) in mpp_av1_tile_info()1057 sb_cols - (current->tile_cols - 1) * tile_width_sb - 1); in mpp_av1_tile_info()1078 current->tile_cols = i; in mpp_av1_tile_info()1107 ctx->tile_cols = current->tile_cols; in mpp_av1_tile_info()2129 ctx->tile_rows, ctx->tile_cols); in mpp_av1_uncompressed_header()2201 num_tiles = ctx->tile_cols * ctx->tile_rows; in mpp_av1_tile_group_obu()2211 tile_bits = mpp_av1_tile_log2(1, ctx->tile_cols) + in mpp_av1_tile_group_obu()
219 RK_U16 tile_cols; member
42 pp->tiles.cols = frame_header->tile_cols; in av1d_fill_picparams()
183 RK_U32 tile_cols, tile_rows; member
1057 if (s->tiling.tile_cols != (1U << s->tiling.log2_tile_cols)) { in decode_parser_header()1058 s->tiling.tile_cols = 1 << s->tiling.log2_tile_cols; in decode_parser_header()1060 RK_U32 min_size = sizeof(VpxRangeCoder) * s->tiling.tile_cols; in decode_parser_header()
638 RK_S32 tile_cols = 1 << pp->log2_tile_cols; in prepare_uncompress_header() local641 mpp_put_bits(&bp, tile_cols, 7); in prepare_uncompress_header()644 for (i = 0; i < tile_cols; ++i) { // tile_col in prepare_uncompress_header()