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

Lines Matching refs:rle

11  * This file contains routines to read input images in Utah RLE format.
19 * the file is indeed RLE format).
29 /* rle.h is provided by the Utah Raster Toolkit. */
31 #include <rle.h>
43 * We support the following types of RLE files:
59 * Since RLE stores scanlines bottom-to-top, we have to invert the image
92 /* Use RLE library routine to get the header info */
234 * Load the image into a virtual array. We have to do this because RLE
237 * of input. What we do is load the RLE data into the array and then call
259 /* Read the RLE data into our virtual array.
369 * The module selection routine for RLE format input.