Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpeg

5  * This file is part of the Independent JPEG Group's software.
9 * of the JPEG library. These are the "minimum" API routines that may be
25 * Initialization of a JPEG decompression object.
88 * Destruction of a JPEG decompression object
99 * Abort processing of a JPEG decompression operation,
118 /* (Wish JPEG committee had provided a real way to specify this...) */
215 * Decompression startup: read start of JPEG datastream to see what's there.
216 * Need only initialize JPEG object and supply a data source before calling.
219 * compressed data), and will save all tables and parameters in the JPEG
228 * re-use the JPEG object to read the abbreviated image datastream(s).
337 /* Check for valid jpeg object */
361 * Finish JPEG decompression.