Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/jpeg/
H A Drdrle.c64 typedef struct _rle_source_struct { struct
65 struct cjpeg_source_struct pub; /* public fields */
67 rle_kind visual; /* actual type of input file */
68 jvirt_sarray_ptr image; /* virtual array to hold the image */
69 JDIMENSION row; /* current row # in the virtual array */
70 rle_hdr header; /* Input file information */
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */