Searched refs:jpeg_skip_scanlines (Results 1 – 14 of 14) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg8.def | 108 jpeg_skip_scanlines @ 107 ;
|
D | jpeg7-memsrcdst.def | 107 jpeg_skip_scanlines @ 106 ;
|
D | jpeg62-memsrcdst.def | 105 jpeg_skip_scanlines @ 104 ;
|
D | jpeg62.def | 103 jpeg_skip_scanlines @ 102 ;
|
D | jpeg7.def | 105 jpeg_skip_scanlines @ 104 ;
|
/external/libjpeg-turbo/ |
D | djpeg.c | 709 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main() 745 jpeg_skip_scanlines(&cinfo, crop_y); in main() 751 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
|
D | jdapistd.c | 381 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
|
D | jpeglib.h | 1001 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
|
D | ChangeLog.md | 109 `jpeg_skip_scanlines()` and `jpeg_read_scanlines()` could trigger an infinite 113 6. Fixed a segfault in `jpeg_skip_scanlines()` that occurred when decompressing 283 4. Fixed an issue whereby `jpeg_skip_scanlines()` would segfault if color 297 8. Fixed an issue whereby, when using `jpeg_skip_scanlines()` to skip to the 327 source/destination managers. Due to an oversight, the `jpeg_skip_scanlines()` 522 2. Added two new libjpeg API functions (`jpeg_skip_scanlines()` and
|
D | libjpeg.txt | 746 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines); 752 jpeg_skip_scanlines() with a suspending data source will result in undefined 755 jpeg_skip_scanlines() will not allow skipping past the bottom of the image. If 759 If the value of num_lines is valid, then jpeg_skip_scanlines() will always 763 Best results will be achieved by calling jpeg_skip_scanlines() for large chunks 769 Calling jpeg_skip_scanlines() for small values of num_lines has several 771 1) JPEG decompression occurs in blocks, so if jpeg_skip_scanlines() is 779 context rows. In the worst case, jpeg_skip_scanlines() will perform similarly 790 jpeg_skip_scanlines().
|
D | CMakeLists.txt | 1203 # possible code paths in jpeg_skip_scanlines().
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.cc | 219 skipped_scanlines = jpeg_skip_scanlines(&cinfo, flags.crop_y); in UncompressLow() 358 jpeg_skip_scanlines(&cinfo, in UncompressLow()
|
/external/skia/src/codec/ |
D | SkJpegCodec.cpp | 784 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()
|
/external/skqp/src/codec/ |
D | SkJpegCodec.cpp | 784 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()
|