Searched refs:next_input_byte (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdatasrc.c60 * (ignoring the current state of next_input_byte & bytes_in_buffer),
83 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
107 src->pub.next_input_byte = src->buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
211 src->pub.next_input_byte = NULL; /* until buffer loaded */
H A Djdhuff.c87 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon977
106 br_state.next_input_byte = cinfop->src->next_input_byte; \
112 cinfop->src->next_input_byte = br_state.next_input_byte; \
425 register const JOCTET * next_input_byte = state->next_input_byte; local
441 next_input_byte = cinfo->src->next_input_byte;
445 c = GETJOCTET(*next_input_byte
[all...]
H A Djdmarker.c113 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
121 const JOCTET * next_input_byte = datasrc->next_input_byte; \
126 ( datasrc->next_input_byte = next_input_byte, \
131 ( next_input_byte = datasrc->next_input_byte, \
151 V = GETJOCTET(*next_input_byte++); )
159 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
162 V += GETJOCTET(*next_input_byte
[all...]
H A Ddjpeg.c365 return GETJOCTET(*datasrc->next_input_byte++);
H A Djdarith.c73 return GETJOCTET(*src->next_input_byte++);
H A Djpeglib.h752 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c148 src->pub.next_input_byte = src->eoi_buffer;
166 src->pub.next_input_byte += num_bytes;
191 src->pub.next_input_byte = buffer;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dimage_utils.c147 src->pub.next_input_byte = src->eoi_buffer;
165 src->pub.next_input_byte += num_bytes;
190 src->pub.next_input_byte = buffer;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.c148 src->pub.next_input_byte = src->eoi_buffer;
166 src->pub.next_input_byte += num_bytes;
191 src->pub.next_input_byte = buffer;

Completed in 194 milliseconds