Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c119 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local
143 divy = sy1 - sy0; in crop_and_interpolate()
144 if (divy == 0) { in crop_and_interpolate()
146 divy = 1; in crop_and_interpolate()
195 (divx * divy)); in crop_and_interpolate()