Searched refs:in_tile (Results 1 – 1 of 1) sorted by relevance
659 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_column() local663 in_tile = &in->tile[tile_idx]; in fill_tile_column()666 in_tile->left = in_left; in fill_tile_column()667 in_tile->width = in_width; in fill_tile_column()691 struct ipu_image_tile *in_tile, *out_tile; in fill_tile_row() local695 in_tile = &in->tile[tile_idx]; in fill_tile_row()698 in_tile->top = in_top; in fill_tile_row()699 in_tile->height = in_height; in fill_tile_row()1113 struct ipu_image_tile *in_tile, *out_tile; in calc_tile_resize_coefficients() local1125 in_tile = &ctx->in.tile[tile_idx]; in calc_tile_resize_coefficients()[all …]