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
42 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
43 * JPEG standard, and the IJG code does not support anything else!
51 * Maximum number of components (color channels) allowed in JPEG image.
52 * To meet the letter of the JPEG spec, set this to 255. However, darn
188 /* Datatype used for image dimensions. The JPEG standard only supports
262 * The remaining options affect code selection within the JPEG library,
294 #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
295 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
302 * The exact same statements apply for progressive JPEG: the default tables
310 #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */
311 #define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
332 * useful if you are using JPEG color spaces other than YCbCr or grayscale.