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

  /external/jpeg/
jcphuff.c 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
33 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon26493
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
388 entropy->next_output_byte = cinfo->dest->next_output_byte;
441 cinfo->dest->next_output_byte = entropy->next_output_byte;
474 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jchuff.c 81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon26486
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
286 state->next_output_byte = dest->next_output_byte;
484 state.next_output_byte = cinfo->dest->next_output_byte;
510 cinfo->dest->next_output_byte = state.next_output_byte;
539 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
jpeglib.h 775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 32 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
34 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon32451
200 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
214 entropy->next_output_byte = dest->next_output_byte;
389 entropy->next_output_byte = cinfo->dest->next_output_byte;
442 cinfo->dest->next_output_byte = entropy->next_output_byte;
475 entropy->next_output_byte = cinfo->dest->next_output_byte;
    [all...]
fpdfapi_jchuff.c 85 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon32445
275 { *(state)->next_output_byte++ = (JOCTET) (val); \
290 state->next_output_byte = dest->next_output_byte;
488 state.next_output_byte = cinfo->dest->next_output_byte;
514 cinfo->dest->next_output_byte = state.next_output_byte;
543 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
jpeglib.h 781 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
33 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon33000
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
388 entropy->next_output_byte = cinfo->dest->next_output_byte;
441 cinfo->dest->next_output_byte = entropy->next_output_byte;
474 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jchuff.c 81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon32993
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
286 state->next_output_byte = dest->next_output_byte;
484 state.next_output_byte = cinfo->dest->next_output_byte;
510 cinfo->dest->next_output_byte = state.next_output_byte;
539 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
jpeglib.h 775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 781 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]

Completed in 1129 milliseconds