Lines Matching refs:next_output_byte
36 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
202 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
216 entropy->next_output_byte = dest->next_output_byte; in dump_buffer()
389 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_first()
442 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_first()
475 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_first()
548 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_first()
580 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_refine()
597 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_refine()
632 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_refine()
725 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_refine()
751 entropy->next_output_byte = cinfo->dest->next_output_byte; in finish_pass_phuff()
758 cinfo->dest->next_output_byte = entropy->next_output_byte; in finish_pass_phuff()