Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:rle

8  * This file contains routines to write output images in RLE format.
23 /* rle.h is provided by the Utah Raster Toolkit. */
25 #include <rle.h>
38 * Since RLE stores scanlines bottom-to-top, we have to invert the image
41 * RLE file during finish_output.
46 * For now, if we emit an RLE color map then it is always 256 entries long,
57 rle_map *colormap; /* RLE-style color map, or NULL if none */
87 * Make sure the image can be stored in RLE format.
89 * - RLE stores image dimensions as *signed* 16 bit integers. JPEG
110 /* Convert colormap, if any, to RLE format. */
115 /* Allocate storage for RLE-style cmap, zero any extra entries */
121 /* Save away data in RLE format --- note 8-bit left shift! */
168 * Here is where we really output the RLE file.
206 /* Emit the RLE header and color map (if any) */
209 /* Now output the RLE data from our virtual array.
273 * The module selection routine for RLE format output.
291 /* Allocate a work array for output to the RLE library. */