Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg-internal.h85 struct jdec_private struct
88 uint8_t *components[COMPONENTS];
89 unsigned int bytes_per_row[COMPONENTS];
90 unsigned int width, height; /* Size of the image */
91 unsigned int flags;
94 const unsigned char *stream_begin, *stream_end;
95 unsigned int stream_length;
97 const unsigned char *stream; /* Pointer to the current stream */
98 unsigned int reservoir, nbits_in_reservoir;
100 struct component component_infos[COMPONENTS];
[all …]