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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdct.h162 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const))) macro
165 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const))) macro
168 #ifndef MULTIPLY16C16 /* default definition */
169 #define MULTIPLY16C16(var,const) ((var) * (const)) macro
H A Djfdctint.c133 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
H A Djidctint.c133 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
H A Djidctred.c102 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)

Completed in 32 milliseconds