Lines Matching refs:SCALEBITS
60 #define SCALEBITS 16 /* speediest right-shift on some machines */ macro
61 #define CBCR_OFFSET ((INT32) CENTERJSAMPLE << SCALEBITS)
62 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
63 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
163 >> SCALEBITS); in rgb_ycc_convert()
167 >> SCALEBITS); in rgb_ycc_convert()
171 >> SCALEBITS); in rgb_ycc_convert()
212 >> SCALEBITS); in rgb_gray_convert()
261 >> SCALEBITS); in cmyk_ycck_convert()
265 >> SCALEBITS); in cmyk_ycck_convert()
269 >> SCALEBITS); in cmyk_ycck_convert()