Home
last modified time | relevance | path

Searched defs:_rle_source_struct (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Drdrle.c67 typedef struct _rle_source_struct { struct
68 struct cjpeg_source_struct pub; /* public fields */
70 rle_kind visual; /* actual type of input file */
71 jvirt_sarray_ptr image; /* virtual array to hold the image */
72 JDIMENSION row; /* current row # in the virtual array */
73 rle_hdr header; /* Input file information */
74 rle_pixel **rle_row; /* holds a row returned by rle_getrow() */