Searched defs:DCTSIZE2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h46 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
74 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
92 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
515 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */

Completed in 35 milliseconds