Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-image-convert.c415 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local
423 resized_width = out->rect.height; in calc_image_resize_coefficients()
805 resized_width - out_right : 0; in find_seams()
1135 u32 resized_width; in calc_tile_resize_coefficients() local
1144 resized_width = out_tile->height; in calc_tile_resize_coefficients()
1146 resized_width = out_tile->width; in calc_tile_resize_coefficients()
1150 resized_width, closest); in calc_tile_resize_coefficients()
1159 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()
1166 last_output = resized_width - 1; in calc_tile_resize_coefficients()
1179 out_tile->height = resized_width; in calc_tile_resize_coefficients()
[all …]

Completed in 8 milliseconds