/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcphuff.c | 33 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 …]
|
D | fpdfapi_jchuff.c | 84 JOCTET * next_output_byte; /* => next byte to write in buffer */ member 274 { *(state)->next_output_byte++ = (JOCTET) (val); \ 289 state->next_output_byte = dest->next_output_byte; in dump_buffer() 487 state.next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_huff() 513 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff() 542 state.next_output_byte = cinfo->dest->next_output_byte; in finish_pass_huff() 552 cinfo->dest->next_output_byte = state.next_output_byte; in finish_pass_huff()
|
D | fpdfapi_jcmarker.c | 113 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
|
D | jpeglib.h | 816 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
|
/external/libjpeg-turbo/ |
D | jcphuff.c | 35 JOCTET * next_output_byte; /* => next byte to write in buffer */ member 201 { *(entropy)->next_output_byte++ = (JOCTET) (val); \ 215 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 …]
|
D | jchuff.c | 118 JOCTET * next_output_byte; /* => next byte to write in buffer */ member 307 { *(state)->next_output_byte++ = (JOCTET) (val); \ 322 state->next_output_byte = dest->next_output_byte; in dump_buffer() 431 else buffer = state->next_output_byte; \ 440 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \ 441 state->next_output_byte += bytestocopy; \ 450 state->free_in_buffer -= (buffer - state->next_output_byte); \ 451 state->next_output_byte = buffer; \ 628 state.next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_huff() 654 cinfo->dest->next_output_byte = state.next_output_byte; in encode_mcu_huff() [all …]
|
D | jdatadst.c | 77 dest->pub.next_output_byte = dest->buffer; in init_destination() 122 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 150 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer() 276 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest()
|
D | jdatadst-tj.c | 108 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer() 192 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest_tj()
|
D | jcmarker.c | 117 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
|
D | jpeglib.h | 790 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
|
D | jcarith.c | 123 *dest->next_output_byte++ = (JOCTET) val; in emit_byte()
|
D | libjpeg.txt | 1560 JOCTET * next_output_byte; /* => next byte to write in buffer */ 1573 next_output_byte and free_in_buffer. free_in_buffer must be 1580 ignore the current state of next_output_byte and free_in_buffer). 1590 data remaining in the buffer. Use either next_output_byte or 1725 next_output_byte/free_in_buffer. The data beyond that point will be
|
/external/opencv3/3rdparty/libjpeg/ |
D | jchuff.c | 105 JOCTET * next_output_byte; /* => next byte to write in buffer */ member 124 JOCTET * next_output_byte; /* => next byte to write in buffer */ member 256 { *(state)->next_output_byte++ = (JOCTET) (val); \ 263 { *(entropy)->next_output_byte++ = (JOCTET) (val); \ 277 state->next_output_byte = dest->next_output_byte; in dump_buffer_s() 292 entropy->next_output_byte = dest->next_output_byte; in dump_buffer_e() 552 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_DC_first() 605 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_DC_first() 638 entropy->next_output_byte = cinfo->dest->next_output_byte; in encode_mcu_AC_first() 715 cinfo->dest->next_output_byte = entropy->next_output_byte; in encode_mcu_AC_first() [all …]
|
D | jdatadst.c | 73 dest->pub.next_output_byte = dest->buffer; in init_destination() 116 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 143 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer() 268 dest->pub.next_output_byte = dest->buffer = *outbuffer; in jpeg_mem_dest()
|
D | jcmarker.c | 115 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
|
D | jpeglib.h | 766 JOCTET * next_output_byte; /* => next byte to write in buffer */ member
|
D | jcarith.c | 121 *dest->next_output_byte++ = (JOCTET) val; in emit_byte()
|
/external/skia/src/images/ |
D | SkJpegUtility.cpp | 118 dest->next_output_byte = dest->fBuffer; in sk_init_destination() 132 dest->next_output_byte = dest->fBuffer; in sk_empty_output_buffer()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg.cpp | 514 dest->pub.next_output_byte = &(*dest->buf)[0]; in empty_output_buffer() 586 dest.pub.next_output_byte = &out_buf[0]; in write()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 172 dest.next_output_byte = dest_buf; in _JpegEncode() 223 dest.next_output_byte = dest_buf + dest_buf_length - dest.free_in_buffer; in _JpegEncode()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 392 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_init_destination() 418 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_empty_output_buffer() 430 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte; in std_term_destination() 456 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables; in tables_init_destination() 471 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 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()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 585 this->jdst.next_output_byte=*jpegBuf; in tjCompress2()
|
/external/dng_sdk/source/ |
D | dng_image_writer.cpp | 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()
|