Lines Matching refs:next_output_byte

105   JOCTET * next_output_byte;	/* => next byte to write in buffer */  member
124 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
256 { *(state)->next_output_byte++ = (JOCTET) (val); \
263 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
277 state->next_output_byte = dest->next_output_byte; in dump_buffer_s()
292 entropy->next_output_byte = dest->next_output_byte; in dump_buffer_e()
552 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_first()
605 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_first()
638 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_first()
715 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_first()
747 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_refine()
764 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_refine()
799 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_refine()
896 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_refine()
1024 state.next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_huff()
1050 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff()
1079 entropy->next_output_byte = cinfo->dest->next_output_byte; in finish_pass_huff()
1086 cinfo->dest->next_output_byte = entropy->next_output_byte; in finish_pass_huff()
1090 state.next_output_byte = cinfo->dest->next_output_byte; in finish_pass_huff()
1100 cinfo->dest->next_output_byte = state.next_output_byte; in finish_pass_huff()