Searched refs:in_tile (Results 1 – 1 of 1) sorted by relevance
673 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_column() local677 in_tile = &in->tile[tile_idx]; in fill_tile_column()680 in_tile->left = in_left; in fill_tile_column()681 in_tile->width = in_width; in fill_tile_column()705 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_row() local709 in_tile = &in->tile[tile_idx]; in fill_tile_row()712 in_tile->top = in_top; in fill_tile_row()713 in_tile->height = in_height; in fill_tile_row()1127 struct ipu_image_tile *in_tile, *out_tile; in calc_tile_resize_coefficients() local1139 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()[all …]