Searched refs:IFAST_SCALE_BITS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdct.h63 #define IFAST_SCALE_BITS 2 /* fractional bits in scale factors */ macro
66 #define IFAST_SCALE_BITS 13 /* fractional bits in scale factors */ macro
H A Djddctmgr.c185 * IFAST_SCALE_BITS.
206 CONST_BITS-IFAST_SCALE_BITS);
H A Djidctfst.c68 * For 8-bit JSAMPLEs, we choose IFAST_SCALE_BITS = PASS1_BITS so as to
136 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)

Completed in 30 milliseconds