Lines Matching refs:compression
38 * A subroutine library for JPEG compression and decompression.
54 Within these limits, any set of compression parameters allowed by the JPEG
70 library to implement JPEG compression within the TIFF file format.)
74 functions preprocess the image before JPEG compression or postprocess it after
82 compression side we have generally not provided low-quality choices, since
83 compression is normally less time-critical. It should be understood that the
124 data is in the colorspace to be used for compression, and it is downsampled
163 the compression half of the library.
176 it in compression/decompression. We do this because downsampling/upsampling
180 compression preprocessing to pad the source data properly. Padding will occur
218 be accessed via pointers in the master compression or decompression struct.
251 We previously mentioned the need for overall control logic in the compression
317 Here is a sketch of the logical structure of the JPEG compression library:
336 fill the subsampled-data buffer, and JPEG compression to empty it. There is
380 In addition to the above objects, the compression library includes these
413 The error handler and memory manager are shared by JPEG compression and
514 * Memory manager: same as for compression library.
516 * Error handler: same as for compression library.
518 * Progress monitor: same as for compression library.
520 As with compression, the data source manager, error handler, and progress
568 No comparable division is currently made in the compression library, because
603 the rows. This simplifies edge expansion/compression, since we can work
684 then resume compression or decompression at a later time.
750 memory manager serves both compression and decompression operations.
752 In all cases, allocated objects are tied to a particular compression or