Home
last modified time | relevance | path

Searched refs:next_output_byte (Results 1 – 18 of 18) 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.txt1564 JOCTET *next_output_byte; /* => next byte to write in buffer */
1577 next_output_byte and free_in_buffer. free_in_buffer must be
1584 ignore the current state of next_output_byte and free_in_buffer).
1594 data remaining in the buffer. Use either next_output_byte or
1729 next_output_byte/free_in_buffer. The data beyond that point will be
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c33 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte; in dump_buffer()
388 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_first()
441 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_first()
474 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_first()
547 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_first()
579 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_refine()
596 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_refine()
631 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_refine()
[all …]
Dfpdfapi_jchuff.c80 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
270 { *(state)->next_output_byte++ = (JOCTET) (val); \
285 state->next_output_byte = dest->next_output_byte; in dump_buffer()
483 state.next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_huff()
509 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff()
538 state.next_output_byte = cinfo->dest->next_output_byte; in finish_pass_huff()
548 cinfo->dest->next_output_byte = state.next_output_byte; in finish_pass_huff()
Dfpdfapi_jcmarker.c113 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
Djpeglib.h816 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
/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/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp527 dest.next_output_byte = *dest_buf;
574 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()