Home | History | Annotate | Download | only in jpeg

Lines Matching refs:next_input_byte

113  * 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++); )
803 *data++ = *next_input_byte++;