Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c269 unsigned int tile_r, unsigned int tile_c, in recompute_tile_rc_info()
274 recompute_tile_info(vp9_ctx->tile_r_info, tile_r, sbs_r); in recompute_tile_rc_info()
277 vp9_ctx->last_tile_r = tile_r; in recompute_tile_rc_info()
283 static inline unsigned int first_tile_row(unsigned int tile_r, unsigned int sbs_r) in first_tile_row() argument
285 if (tile_r == sbs_r + 1) in first_tile_row()
288 if (tile_r == sbs_r + 2) in first_tile_row()
296 unsigned int tile_r, unsigned int tile_c, in fill_tile_info()
304 for (i = first_tile_row(tile_r, sbs_r); i < tile_r; ++i) { in fill_tile_info()
338 unsigned int tile_r in config_tiles() local
268 recompute_tile_rc_info(struct hantro_ctx *ctx, unsigned int tile_r, unsigned int tile_c, unsigned int sbs_r, unsigned int sbs_c) recompute_tile_rc_info() argument
295 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) fill_tile_info() argument
[all...]

Completed in 2 milliseconds