Home | History | Annotate | Download | only in jpeg-6b

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);
210 >> SCALEBITS);
214 >> SCALEBITS);
218 >> SCALEBITS);
256 >> SCALEBITS);
260 >> SCALEBITS);
264 >> SCALEBITS);
305 >> SCALEBITS);
354 >> SCALEBITS);
358 >> SCALEBITS);
362 >> SCALEBITS);