Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c412 u32 downsized_height = in->rect.height; in calc_image_resize_coefficients() local
436 while (downsized_height >= resized_height * 2) { in calc_image_resize_coefficients()
437 downsized_height >>= 1; 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()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c415 u32 downsized_height = in->rect.height; in calc_image_resize_coefficients() local
439 while (downsized_height >= resized_height * 2) { in calc_image_resize_coefficients()
440 downsized_height >>= 1; 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()

Completed in 7 milliseconds