Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:SCALEBITS

59 #define SCALEBITS	16	/* speediest right-shift on some machines */

60 #define CBCR_OFFSET ((INT32) CENTERJSAMPLE << SCALEBITS)
61 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
162 >> SCALEBITS);
166 >> SCALEBITS);
170 >> SCALEBITS);
211 >> SCALEBITS);
260 >> SCALEBITS);
264 >> SCALEBITS);
268 >> SCALEBITS);