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

  /external/jpeg/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon4417
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...]

Completed in 282 milliseconds