Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:next_input_byte

115  * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
123 const JOCTET * next_input_byte = datasrc->next_input_byte; \
128 ( datasrc->next_input_byte = next_input_byte, \
133 ( next_input_byte = datasrc->next_input_byte, \
153 V = GETJOCTET(*next_input_byte++); )
161 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
164 V += GETJOCTET(*next_input_byte++); )
811 *data++ = *next_input_byte++;