Searched refs:in_bottom (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 749 unsigned int in_bottom = in->base.rect.height; in find_seams() local 819 in_bottom, out_bottom, in find_seams() 831 fill_tile_row(ctx, row, in, in_top, in_bottom - in_top, in find_seams() 835 in_top, in_bottom - in_top, in find_seams() 838 in_bottom = in_top; in find_seams() 848 fill_tile_row(ctx, 0, in, 0, in_bottom, in find_seams() 852 in_bottom, flipped_out_top, out_bottom); in find_seams()
|