Home | History | Annotate | Download | only in jpeg

Lines Matching refs:next_input_byte

299   register const JOCTET * next_input_byte = state->next_input_byte;
315 next_input_byte = cinfo->src->next_input_byte;
319 c = GETJOCTET(*next_input_byte++);
332 next_input_byte = cinfo->src->next_input_byte;
336 c = GETJOCTET(*next_input_byte++);
384 state->next_input_byte = next_input_byte;
867 cinfo->src->next_input_byte = cinfo->src->start_input_byte + offset;