Home | History | Annotate | Download | only in jpeg

Lines Matching refs:SCALEBITS

60 #define SCALEBITS	16	/* speediest right-shift on some machines */
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);
167 >> SCALEBITS);
171 >> SCALEBITS);
212 >> SCALEBITS);
261 >> SCALEBITS);
265 >> SCALEBITS);
269 >> SCALEBITS);