Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:next_output_byte

119   JOCTET * next_output_byte;	/* => next byte to write in buffer */
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 = cinfo->dest->next_output_byte;
656 cinfo->dest->next_output_byte = state.next_output_byte;
685 state.next_output_byte = cinfo->dest->next_output_byte;
695 cinfo->dest->next_output_byte = state.next_output_byte;