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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdct.h162 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
165 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
175 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
H A Djmorecfg.h156 /* INT16 must hold at least the values -32768..32767. */
158 #ifndef XMD_H /* X11/xmd.h correctly defines INT16 */
159 typedef short INT16; typedef
H A Djddctmgr.c189 static const INT16 aanscales[DCTSIZE2] = {
H A Djcdctmgr.c103 static const INT16 aanscales[DCTSIZE2] = {
H A Djquant1.c132 typedef INT16 FSERROR; /* 16 bits should be enough */
H A Djquant2.c185 typedef INT16 FSERROR; /* 16 bits should be enough */
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DSoundDefs.h87 typedef short INT16; typedef
H A DDirectAudioDevice.c98 return (INT32) (INT16) MAP_SWAP16BIT(sample);
128 #define MAP_LE_SHORT2SAMPLE(sh) ((MAP_Sample) (INT16) MAP_SWAP16BIT(sh))
129 #define MAP_SAMPLE2LE_SHORT(sample) (INT16) MAP_SWAP16BIT(sample)
139 #define MAP_BE_SHORT2SAMPLE(sh) ((MAP_Sample) (INT16) MAP_SWAP16BIT(sh))
140 #define MAP_SAMPLE2BE_SHORT(sample) ((INT16) MAP_SWAP16BIT(sample))
323 INT16* input16 = (INT16*) input;
324 INT16* output16 = (INT16*) output;

Completed in 44 milliseconds