Searched refs:in_tile (Results 1 – 1 of 1) sorted by relevance
658 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_column() local662 in_tile = &in->tile[tile_idx]; in fill_tile_column()665 in_tile->left = in_left; in fill_tile_column()666 in_tile->width = in_width; in fill_tile_column()690 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_row() local694 in_tile = &in->tile[tile_idx]; in fill_tile_row()697 in_tile->top = in_top; in fill_tile_row()698 in_tile->height = in_height; in fill_tile_row()1115 struct ipu_image_tile *in_tile, *out_tile; in calc_tile_resize_coefficients() local1127 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()[all …]