Home
last modified time | relevance | path

Searched refs:tile_idx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c672 unsigned int row, tile_idx; in fill_tile_column() local
676 tile_idx = in->num_cols * row + col; in fill_tile_column()
677 in_tile = &in->tile[tile_idx]; in fill_tile_column()
678 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_column()
704 unsigned int col, tile_idx; in fill_tile_row() local
708 tile_idx = in->num_cols * row + col; in fill_tile_row()
709 in_tile = &in->tile[tile_idx]; in fill_tile_row()
710 out_tile = &out->tile[ctx->out_tile_map[tile_idx]]; in fill_tile_row()
1128 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1138 tile_idx = col; in calc_tile_resize_coefficients()
[all …]