Home
last modified time | relevance | path

Searched refs:next_output_byte (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Djcphuff.c91 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
299 *(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 …]
Djchuff.c122 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
313 *(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 …]
Djdatadst.c78 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()
Djdatadst-tj.c111 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()
Djcmarker.c118 *(dest->next_output_byte)++ = (JOCTET)val; in emit_byte()
Djpeglib.h791 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
Djcarith.c127 *dest->next_output_byte++ = (JOCTET)val; in emit_byte()
Dlibjpeg.txt1567 JOCTET *next_output_byte; /* => next byte to write in buffer */
1580 next_output_byte and free_in_buffer. free_in_buffer must be
1587 ignore the current state of next_output_byte and free_in_buffer).
1597 data remaining in the buffer. Use either next_output_byte or
1732 next_output_byte/free_in_buffer. The data beyond that point will be
/external/skqp/src/images/
DSkJPEGWriteUtility.cpp16 dest->next_output_byte = dest->fBuffer; in sk_init_destination()
30 dest->next_output_byte = dest->fBuffer; in sk_empty_output_buffer()
/external/skia/src/images/
DSkJPEGWriteUtility.cpp16 dest->next_output_byte = dest->fBuffer; in sk_init_destination()
30 dest->next_output_byte = dest->fBuffer; in sk_empty_output_buffer()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc48 dest->pub.next_output_byte = dest->buffer; in MemInitDestination()
63 dest->pub.next_output_byte = dest->buffer; in MemEmptyOutputBuffer()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp623 dest.next_output_byte = *dest_buf; in JpegEncode()
671 dest.next_output_byte = *dest_buf + dest_buf_length - dest.free_in_buffer; in JpegEncode()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c452 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()
/external/ImageMagick/coders/
Djpeg.c1827 destination->manager.next_output_byte=destination->buffer; in EmptyOutputBuffer()
2033 destination->manager.next_output_byte=destination->buffer; in InitializeDestination()
/external/dng_sdk/source/
Ddng_image_writer.cpp3626 dest->pub.next_output_byte = dest->fBuffer; in dng_init_destination()
3640 dest->pub.next_output_byte = dest->fBuffer; in dng_empty_output_buffer()