Searched refs:next_output_byte (Results 1 – 15 of 15) sorted by relevance
91 JOCTET *next_output_byte; /* => next byte to write in buffer */ member299 *(entropy)->next_output_byte++ = (JOCTET)(val); \314 entropy->next_output_byte = dest->next_output_byte; in dump_buffer()485 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_first()538 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_first()666 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_first()721 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_first()753 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_refine()770 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_refine()931 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_refine()[all …]
122 JOCTET *next_output_byte; /* => next byte to write in buffer */ member313 *(state)->next_output_byte++ = (JOCTET)(val); \329 state->next_output_byte = dest->next_output_byte; in dump_buffer()442 buffer = state->next_output_byte; \451 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \452 state->next_output_byte += bytestocopy; \460 state->free_in_buffer -= (buffer - state->next_output_byte); \461 state->next_output_byte = buffer; \655 state.next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_huff()695 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff()[all …]
78 dest->pub.next_output_byte = dest->buffer; in init_destination()123 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()151 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()290 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest()
111 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()199 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest_tj()
118 *(dest->next_output_byte)++ = (JOCTET)val; in emit_byte()
791 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
127 *dest->next_output_byte++ = (JOCTET)val; in emit_byte()
1567 JOCTET *next_output_byte; /* => next byte to write in buffer */1580 next_output_byte and free_in_buffer. free_in_buffer must be1587 ignore the current state of next_output_byte and free_in_buffer).1597 data remaining in the buffer. Use either next_output_byte or1732 next_output_byte/free_in_buffer. The data beyond that point will be
16 dest->next_output_byte = dest->fBuffer; in sk_init_destination()30 dest->next_output_byte = dest->fBuffer; in sk_empty_output_buffer()
48 dest->pub.next_output_byte = dest->buffer; in MemInitDestination()63 dest->pub.next_output_byte = dest->buffer; in MemEmptyOutputBuffer()
623 dest.next_output_byte = *dest_buf; in JpegEncode()671 dest.next_output_byte = *dest_buf + dest_buf_length - dest.free_in_buffer; in JpegEncode()
452 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_init_destination()478 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_empty_output_buffer()490 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte; in std_term_destination()516 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables; in tables_init_destination()531 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
1827 destination->manager.next_output_byte=destination->buffer; in EmptyOutputBuffer()2033 destination->manager.next_output_byte=destination->buffer; in InitializeDestination()
3626 dest->pub.next_output_byte = dest->fBuffer; in dng_init_destination()3640 dest->pub.next_output_byte = dest->fBuffer; in dng_empty_output_buffer()