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

/external/jpeg/
H A Djpeglib.h41 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */ macro
42 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
141 /* Size of a DCT block in samples. Always DCTSIZE for compression.
152 * 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 45 milliseconds