Lines Matching full:jpeg
5 * This file is part of the Independent JPEG Group's software.
9 * JPEG software for special applications or support machine-dependent
40 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
41 * JPEG standard, and the IJG code does not support anything else!
49 * Maximum number of components (color channels) allowed in JPEG image.
50 * To meet the letter of the JPEG spec, set this to 255. However, darn
186 /* Datatype used for image dimensions. The JPEG standard only supports
260 * The remaining options affect code selection within the JPEG library,
292 #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
293 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
300 * The exact same statements apply for progressive JPEG: the default tables
308 #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
309 #define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
330 * useful if you are using JPEG color spaces other than YCbCr or grayscale.