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

/external/libjpeg-turbo/
H A Djcphuff.c34 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
36 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon10717
202 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
216 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 Djchuff.c123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon10710
314 { *(state)->next_output_byte++ = (JOCTET) (val); \
329 state->next_output_byte = dest->next_output_byte;
438 else buffer = state->next_output_byte; \
447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
448 state->next_output_byte += bytestocopy; \
457 state->free_in_buffer -= (buffer - state->next_output_byte); \
458 state->next_output_byte = buffer; \
652 state.next_output_byte
[all...]
H A Djpeglib.h791 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jchuff.c80 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon15934
270 { *(state)->next_output_byte++ = (JOCTET) (val); \
285 state->next_output_byte = dest->next_output_byte;
483 state.next_output_byte = cinfo->dest->next_output_byte;
509 cinfo->dest->next_output_byte = state.next_output_byte;
538 state.next_output_byte = cinfo->dest->next_output_byte;
[all...]
H A Dfpdfapi_jcphuff.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:__anon15940
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.h816 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr

Completed in 156 milliseconds