HomeSort by relevance Sort by last modified time
    Searched defs:next_input_byte (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.h 105 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon17366
124 br_state.next_input_byte = cinfop->src->next_input_byte; \
130 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdhuff.c 302 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...]
jpeglib.h 807 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/jpeg/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon27316
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdhuff.c 299 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...]
jpeglib.h 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jdhuff.h 90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon33363
109 br_state.next_input_byte = cinfop->src->next_input_byte; \
115 cinfop->src->next_input_byte = br_state.next_input_byte; \
fpdfapi_jdhuff.c 302 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...]
jpeglib.h 793 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon33900
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdhuff.c 299 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...]
jpeglib.h 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 793 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]

Completed in 839 milliseconds