Home
last modified time | relevance | path

Searched refs:resized_height (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c405 u32 resized_height = out->rect.height; in calc_image_resize_coefficients() local
413 resized_height = out->rect.width; in calc_image_resize_coefficients()
743 resized_height = out->base.rect.width; in find_seams()
1177 u32 resized_height; in calc_tile_resize_coefficients() local
1186 resized_height = out_tile->width; in calc_tile_resize_coefficients()
1188 resized_height = out_tile->height; in calc_tile_resize_coefficients()
1192 resized_height, closest); in calc_tile_resize_coefficients()
1201 resized_height = round_up(resized_height, 2); in calc_tile_resize_coefficients()
1208 last_output = resized_height - 1; in calc_tile_resize_coefficients()
1221 out_tile->width = resized_height; in calc_tile_resize_coefficients()
[all …]