Lines Matching refs:next_output_byte
123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
314 { *(state)->next_output_byte++ = (JOCTET) (val); \
329 state->next_output_byte = dest->next_output_byte; in dump_buffer()
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 = cinfo->dest->next_output_byte; in encode_mcu_huff()
692 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff()
721 state.next_output_byte = cinfo->dest->next_output_byte; in finish_pass_huff()
731 cinfo->dest->next_output_byte = state.next_output_byte; in finish_pass_huff()