Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
A Dipu-image-convert.c416 u32 resized_height = out->rect.height; in calc_image_resize_coefficients() local
424 resized_height = out->rect.width; in calc_image_resize_coefficients()
758 resized_height = out->base.rect.width; in find_seams()
1195 u32 resized_height; in calc_tile_resize_coefficients() local
1204 resized_height = out_tile->width; in calc_tile_resize_coefficients()
1206 resized_height = out_tile->height; in calc_tile_resize_coefficients()
1210 resized_height, closest); in calc_tile_resize_coefficients()
1219 resized_height = round_up(resized_height, 2); in calc_tile_resize_coefficients()
1226 last_output = resized_height - 1; in calc_tile_resize_coefficients()
1239 out_tile->width = resized_height; in calc_tile_resize_coefficients()
[all …]

Completed in 12 milliseconds