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

/external/jpeg/
H A Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon6564
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Djdhuff.c299 register const JOCTET * next_input_byte = state->next_input_byte; local
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;
[all...]
H A Djpeglib.h787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon10418
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Djdhuff.c299 register const JOCTET * next_input_byte = state->next_input_byte; local
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;
[all...]
H A Djpeglib.h787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr

Completed in 148 milliseconds