Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:rle

10  * This file contains routines to read input images in Utah RLE format.
18 * the file is indeed RLE format).
28 /* rle.h is provided by the Utah Raster Toolkit. */
30 #include <rle.h>
42 * We support the following types of RLE files:
58 * Since RLE stores scanlines bottom-to-top, we have to invert the image
91 /* Use RLE library routine to get the header info */
233 * Load the image into a virtual array. We have to do this because RLE
236 * of input. What we do is load the RLE data into the array and then call
258 /* Read the RLE data into our virtual array.
368 * The module selection routine for RLE format input.