Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcphuff.c36 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()
[all …]
Djchuff.c123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member
314 { *(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 …]
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.c109 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()
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.c124 *dest->next_output_byte++ = (JOCTET) val; in emit_byte()
Dlibjpeg.txt1565 JOCTET *next_output_byte; /* => next byte to write in buffer */
1578 next_output_byte and free_in_buffer. free_in_buffer must be
1585 ignore the current state of next_output_byte and free_in_buffer).
1595 data remaining in the buffer. Use either next_output_byte or
1730 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/codec/
Dfx_codec_jpeg.cpp544 dest.next_output_byte = *dest_buf;
591 dest.next_output_byte = *dest_buf + dest_buf_length - dest.free_in_buffer;
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c406 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()
/external/libvncserver/common/
Dturbojpeg.c585 this->jdst.next_output_byte=*jpegBuf; in tjCompress2()
/external/ImageMagick/coders/
Djpeg.c1679 destination->manager.next_output_byte=destination->buffer; in EmptyOutputBuffer()
1888 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()