Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:next_input_byte

114  * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect

122 const JOCTET * next_input_byte = datasrc->next_input_byte; \
127 ( datasrc->next_input_byte = next_input_byte, \
132 ( next_input_byte = datasrc->next_input_byte, \
152 V = GETJOCTET(*next_input_byte++); )
160 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
163 V += GETJOCTET(*next_input_byte++); )
829 *data++ = *next_input_byte++;