Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhpljm1005.c184 round2(double x) in round2() function
208 dev->width = round2 ((dx / ((double) MAX_X_S)) * 640); in update_img_size()
209 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 880); in update_img_size()
212 dev->width = round2 ((dx / ((double) MAX_X_S)) * 848); in update_img_size()
213 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 1180); in update_img_size()
216 dev->width = round2 ((dx / ((double) MAX_X_S)) * 1264); in update_img_size()
217 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 1775); in update_img_size()
220 dev->width = round2 ((dx / ((double) MAX_X_S)) * 1696); in update_img_size()
221 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 2351); in update_img_size()
224 dev->width = round2 ((d in update_img_size()
[all...]
H A Depjitsu.c3256 round2(float x) in round2() function
3384 newgain = oldgain + (int) round2(pixerror * gain_slope[idx]); in finecal()

Completed in 8 milliseconds