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

Lines Matching refs:rle

11  * This file contains routines to write output images in RLE format.
26 /* rle.h is provided by the Utah Raster Toolkit. */
28 #include <rle.h>
41 * Since RLE stores scanlines bottom-to-top, we have to invert the image
44 * RLE file during finish_output.
49 * For now, if we emit an RLE color map then it is always 256 entries long,
60 rle_map *colormap; /* RLE-style color map, or NULL if none */
90 * Make sure the image can be stored in RLE format.
92 * - RLE stores image dimensions as *signed* 16 bit integers. JPEG
113 /* Convert colormap, if any, to RLE format. */
118 /* Allocate storage for RLE-style cmap, zero any extra entries */
124 /* Save away data in RLE format --- note 8-bit left shift! */
171 * Here is where we really output the RLE file.
209 /* Emit the RLE header and color map (if any) */
212 /* Now output the RLE data from our virtual array.
275 * The module selection routine for RLE format output.
293 /* Allocate a work array for output to the RLE library. */