Home | History | Annotate | Download | only in jpeg

Lines Matching full:samples

41 #define DCTSIZE		    8	/* The basic DCT block is 8x8 samples */
61 /* Data structures for images (arrays of samples and of DCT coefficients).
66 typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */
141 /* Size of a DCT block in samples. Always DCTSIZE for compression.
149 * of samples at the main buffer (preprocessing/compression interface), thus
154 JDIMENSION downsampled_width; /* actual width in samples */
155 JDIMENSION downsampled_height; /* actual height in samples */
167 int MCU_sample_width; /* MCU width in samples, MCU_width*DCT_scaled_size */
327 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
568 boolean CCIR601_sampling; /* TRUE=first samples are cosited */