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

  /external/libjpeg-turbo/
jdhuff.h 101 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon15225
120 br_state.next_input_byte = cinfop->src->next_input_byte; \
126 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdhuff.c 304 register const JOCTET * next_input_byte = state->next_input_byte; local
320 next_input_byte = cinfo->src->next_input_byte;
324 c = GETJOCTET(*next_input_byte++);
337 next_input_byte = cinfo->src->next_input_byte;
341 c = GETJOCTET(*next_input_byte++);
389 state->next_input_byte = next_input_byte;
    [all...]
jpeglib.h 802 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/pdfium/third_party/libjpeg/
jdhuff.h 90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon21628
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 301 register const JOCTET * next_input_byte = state->next_input_byte; local
317 next_input_byte = cinfo->src->next_input_byte;
321 c = GETJOCTET(*next_input_byte++);
334 next_input_byte = cinfo->src->next_input_byte;
338 c = GETJOCTET(*next_input_byte++);
386 state->next_input_byte = next_input_byte;
    [all...]
jpeglib.h 828 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 87 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon20340
106 br_state.next_input_byte = cinfop->src->next_input_byte; \
112 cinfop->src->next_input_byte = br_state.next_input_byte; \
471 register const JOCTET * next_input_byte = state->next_input_byte; local
487 next_input_byte = cinfo->src->next_input_byte;
491 c = GETJOCTET(*next_input_byte++)
    [all...]
jpeglib.h 778 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]

Completed in 127 milliseconds