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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h45 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */ macro
46 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
145 /* Size of a DCT block in samples. Always DCTSIZE for compression.
156 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
374 * There are v_samp_factor * DCTSIZE sample rows of each component in an

Completed in 36 milliseconds