Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c411 u32 downsized_width = in->rect.width; in calc_image_resize_coefficients() local
431 while (downsized_width >= resized_width * 2) { in calc_image_resize_coefficients()
432 downsized_width >>= 1; in calc_image_resize_coefficients()
447 resize_coeff_h = 8192 * (downsized_width - 1) / (resized_width - 1); in calc_image_resize_coefficients()
455 cols = num_stripes(max_t(u32, downsized_width, resized_width)); in calc_image_resize_coefficients()