Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c119 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local
145 divy = sy1 - sy0; in crop_and_interpolate()
146 if (divy == 0) { in crop_and_interpolate()
148 divy = 1; in crop_and_interpolate()
202 (divx * divy)); in crop_and_interpolate()