Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:next_input_byte

302   register const JOCTET * next_input_byte = state->next_input_byte;

318 next_input_byte = cinfo->src->next_input_byte;
322 c = GETJOCTET(*next_input_byte++);
335 next_input_byte = cinfo->src->next_input_byte;
339 c = GETJOCTET(*next_input_byte++);
387 state->next_input_byte = next_input_byte;