Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c120 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local
146 divy = sy1 - sy0; in crop_and_interpolate()
147 if (divy == 0) { in crop_and_interpolate()
149 divy = 1; in crop_and_interpolate()
203 (divx * divy)); in crop_and_interpolate()