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

/external/jpeg/
H A Djchuff.c81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon2961
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:__anon2968
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

Completed in 38 milliseconds