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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h353 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
354 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
357 #ifndef MULTIPLIER
358 #define MULTIPLIER int /* type for fastest integer multiply */ macro
H A Djdct.h60 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
62 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */

Completed in 30 milliseconds