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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcphuff.c31 * 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:__anon12724
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
386 entropy->next_output_byte = cinfo->dest->next_output_byte;
439 cinfo->dest->next_output_byte = entropy->next_output_byte;
472 entropy->next_output_byte
[all...]
H A Djchuff.c119 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon12717
320 { *(state)->next_output_byte++ = (JOCTET) (val); \
335 state->next_output_byte = dest->next_output_byte;
431 else buffer = state->next_output_byte; \
440 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
441 state->next_output_byte += bytestocopy; \
450 state->free_in_buffer -= (buffer - state->next_output_byte); \
451 state->next_output_byte = buffer; \
630 state.next_output_byte
[all...]
H A Djpeglib.h795 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/jpeg/
H A Djchuff.c81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon22677
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...]
H A Djcphuff.c31 * 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:__anon22684
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
[all...]
H A Djpeglib.h775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jchuff.c85 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon28727
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...]
H A Dfpdfapi_jcphuff.c32 * 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:__anon28733
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
[all...]
H A Djpeglib.h781 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/qemu/distrib/jpeg-6b/
H A Djchuff.c81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon29275
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...]
H A Djcphuff.c31 * 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:__anon29282
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
[all...]
H A Djpeglib.h775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h781 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr

Completed in 2526 milliseconds