Searched refs:next_output_byte (Results 1 – 16 of 16) sorted by relevance
36 JOCTET *next_output_byte; /* => next byte to write in buffer */ member202 { *(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()[all …]
123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member314 { *(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()[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()
109 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()198 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
124 *dest->next_output_byte++ = (JOCTET) val; in emit_byte()
1565 JOCTET *next_output_byte; /* => next byte to write in buffer */1578 next_output_byte and free_in_buffer. free_in_buffer must be1585 ignore the current state of next_output_byte and free_in_buffer).1595 data remaining in the buffer. Use either next_output_byte or1730 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()
544 dest.next_output_byte = *dest_buf;591 dest.next_output_byte = *dest_buf + dest_buf_length - dest.free_in_buffer;
406 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_init_destination()432 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_empty_output_buffer()444 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte; in std_term_destination()470 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables; in tables_init_destination()485 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
585 this->jdst.next_output_byte=*jpegBuf; in tjCompress2()
1679 destination->manager.next_output_byte=destination->buffer; in EmptyOutputBuffer()1888 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()