Home | History | Annotate | Download | only in jpeg

Lines Matching defs:DCTSIZE2

42 #define DCTSIZE2	    64	/* DCTSIZE squared; # of elements in a block */
70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
88 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */