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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdhuff.h105 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon12741
124 br_state.next_input_byte = cinfop->src->next_input_byte; \
130 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.h807 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/external/jpeg/
H A Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon22698
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/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon28759
109 br_state.next_input_byte = cinfop->src->next_input_byte; \
115 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Dfpdfapi_jdhuff.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.h793 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:__anon29296
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/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr

Completed in 609 milliseconds