Searched defs:next_input_byte (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.h94 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon710
113 br_state.next_input_byte = cinfop->src->next_input_byte; \
119 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Djdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte; local
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;
[all...]
H A Djpeglib.h730 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr

Completed in 34 milliseconds