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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdct.h136 #define CONST_SCALE (ONE << CONST_BITS) macro
138 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
143 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))

Completed in 30 milliseconds