Searched refs:tile_rows (Results 1 – 10 of 10) sorted by relevance
109 ctx->params.tile_rows = 480 / 4; in iep2_init()174 ctx->params.tile_rows = 480 / 4; in iep2_init()266 r.h = ctx->params.tile_rows; in iep2_done()315 ctx->params.tile_rows = (param->com.height + 3) / 4; in iep2_set_param()366 ctx->params.tile_rows <= 0 || ctx->params.tile_rows > IEP2_TILE_H_MAX) { in iep2_param_check()368 ctx->params.tile_cols, ctx->params.tile_rows); in iep2_param_check()
71 int rows = ctx->params.tile_rows; in iep2_update_gmv()
52 uint32_t tile_rows; member
119 RK_S32 tile_rows; member
1052 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb; in mpp_av1_tile_info()1058 for (i = 0; i < current->tile_rows - 1; i++) in mpp_av1_tile_info()1061 sb_rows - (current->tile_rows - 1) * tile_height_sb - 1); in mpp_av1_tile_info()1094 current->tile_rows = i; in mpp_av1_tile_info()1108 ctx->tile_rows = current->tile_rows; 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()2212 mpp_av1_tile_log2(1, ctx->tile_rows); in mpp_av1_tile_group_obu()
220 RK_U16 tile_rows; member
43 pp->tiles.rows = frame_header->tile_rows; in av1d_fill_picparams()
183 RK_U32 tile_cols, tile_rows; member
1056 s->tiling.tile_rows = 1 << s->tiling.log2_tile_rows; in decode_parser_header()
639 RK_S32 tile_rows = 1 << pp->log2_tile_rows; in prepare_uncompress_header() local642 mpp_put_bits(&bp, tile_rows, 3); in prepare_uncompress_header()653 for (j = 0; j < tile_rows; ++j) { // tile_row in prepare_uncompress_header()