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