Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c528 * Limit input seam position to make sure that the downsized input tile in find_best_seam()
1113 u32 downsized = input_size >> downsize_coeff; in calc_resize_coeff() local
1116 return DIV_ROUND_CLOSEST(8192 * downsized, output_size); in calc_resize_coeff()
1118 return 8192 * (downsized - 1) / (output_size - 1); in calc_resize_coeff()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c531 * Limit input seam position to make sure that the downsized input tile in find_best_seam()
1109 u32 downsized = input_size >> downsize_coeff; in calc_resize_coeff() local
1112 return DIV_ROUND_CLOSEST(8192 * downsized, output_size); in calc_resize_coeff()
1114 return 8192 * (downsized - 1) / (output_size - 1); in calc_resize_coeff()

Completed in 7 milliseconds