Searched refs:in_tile (Results 1 – 1 of 1) sorted by relevance
674 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_column() local678 in_tile = &in->tile[tile_idx]; in fill_tile_column()681 in_tile->left = in_left; in fill_tile_column()682 in_tile->width = in_width; in fill_tile_column()706 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_row() local710 in_tile = &in->tile[tile_idx]; in fill_tile_row()713 in_tile->top = in_top; in fill_tile_row()714 in_tile->height = in_height; in fill_tile_row()1131 struct ipu_image_tile *in_tile, *out_tile; in calc_tile_resize_coefficients() local1143 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()[all …]