Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:next_output_byte

118   JOCTET * next_output_byte;    /* => next byte to write in buffer */
307 { *(state)->next_output_byte++ = (JOCTET) (val); \
322 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; \
628 state.next_output_byte = cinfo->dest->next_output_byte;
654 cinfo->dest->next_output_byte = state.next_output_byte;
683 state.next_output_byte = cinfo->dest->next_output_byte;
693 cinfo->dest->next_output_byte = state.next_output_byte;