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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djidctfst.c147 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
149 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */
153 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \

Completed in 33 milliseconds