Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H 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()
428 if (WARN_ON(resized_width == 0 || resized_height == 0)) in calc_image_resize_coefficients()
436 while (downsized_height >= resized_height * 2) { in calc_image_resize_coefficients()
448 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()
456 rows = num_stripes(max_t(u32, downsized_height, resized_height)); in calc_image_resize_coefficients()
737 unsigned int resized_height = out->base.rect.height; in find_seams() local
758 resized_height = out->base.rect.width; in find_seams()
827 flipped_out_top = resized_height - out_bottom; in find_seams()
844 flipped_out_top = resized_height in find_seams()
1195 u32 resized_height; calc_tile_resize_coefficients() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c419 u32 resized_height = out->rect.height; in calc_image_resize_coefficients() local
427 resized_height = out->rect.width; in calc_image_resize_coefficients()
431 if (WARN_ON(resized_width == 0 || resized_height == 0)) in calc_image_resize_coefficients()
439 while (downsized_height >= resized_height * 2) { in calc_image_resize_coefficients()
451 resize_coeff_v = 8192 * (downsized_height - 1) / (resized_height - 1); in calc_image_resize_coefficients()
459 rows = num_stripes(max_t(u32, downsized_height, resized_height)); in calc_image_resize_coefficients()
736 unsigned int resized_height = out->base.rect.height; in find_seams() local
757 resized_height = out->base.rect.width; in find_seams()
826 flipped_out_top = resized_height - out_bottom; in find_seams()
843 flipped_out_top = resized_height in find_seams()
1191 u32 resized_height; calc_tile_resize_coefficients() local
[all...]

Completed in 5 milliseconds