Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpeg

1 IJG JPEG LIBRARY:  FILE LIST
4 This file is part of the Independent JPEG Group's software.
8 Here is a road map to the files in the IJG JPEG distribution. The
9 distribution includes the JPEG library proper, plus two application
10 programs ("cjpeg" and "djpeg") which use the library to convert JPEG
13 variants of JPEG. There are also two stand-alone applications,
17 THE JPEG LIBRARY
22 jpeglib.h JPEG library's exported data and function declarations.
27 jerror.h Declares JPEG library's error and trace message codes.
30 jpegint.h JPEG library's internal data structures.
39 if the application needs to reference individual JPEG error codes. The
66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
75 jchuff.c Huffman entropy coding for sequential JPEG.
76 jcphuff.c Huffman entropy coding for progressive JPEG.
77 jcmarker.c JPEG marker writing.
84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
87 jdmarker.c JPEG marker reading.
88 jdhuff.c Huffman entropy decoding for sequential JPEG.
89 jdphuff.c Huffman entropy decoding for progressive JPEG.
121 installed JPEG library (see install.doc for hints about which one to use).
129 MS-DOS-specific configurations of the JPEG library.
190 example.c Sample code for calling JPEG library.