Searched refs:tile_r (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c253 unsigned int tile_r, unsigned int tile_c,
258 recompute_tile_info(vp9_ctx->tile_r_info, tile_r, sbs_r);
261 vp9_ctx->last_tile_r = tile_r;
267 static inline unsigned int first_tile_row(unsigned int tile_r, unsigned int sbs_r) argument
269 if (tile_r == sbs_r + 1)
272 if (tile_r == sbs_r + 2)
280 unsigned int tile_r, unsigned int tile_c,
288 for (i = first_tile_row(tile_r, sbs_r); i < tile_r; ++i) {
322 unsigned int tile_r local
252 recompute_tile_rc_info(struct hantro_ctx *ctx, unsigned int tile_r, unsigned int tile_c, unsigned int sbs_r, unsigned int sbs_c) argument
279 fill_tile_info(struct hantro_ctx *ctx, unsigned int tile_r, unsigned int tile_c, unsigned int sbs_r, unsigned int sbs_c, unsigned short *tile_mem) argument
[all...]

Completed in 193 milliseconds