Home
last modified time | relevance | path

Searched refs:jpeg_skip_scanlines (Results 1 – 14 of 14) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg8.def108 jpeg_skip_scanlines @ 107 ;
Djpeg7-memsrcdst.def107 jpeg_skip_scanlines @ 106 ;
Djpeg62-memsrcdst.def105 jpeg_skip_scanlines @ 104 ;
Djpeg62.def103 jpeg_skip_scanlines @ 102 ;
Djpeg7.def105 jpeg_skip_scanlines @ 104 ;
/external/libjpeg-turbo/
Ddjpeg.c709 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()
Djdapistd.c381 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
Djpeglib.h1001 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
DChangeLog.md109 `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
Dlibjpeg.txt746 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().
DCMakeLists.txt1203 # possible code paths in jpeg_skip_scanlines().
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc219 skipped_scanlines = jpeg_skip_scanlines(&cinfo, flags.crop_y); in UncompressLow()
358 jpeg_skip_scanlines(&cinfo, in UncompressLow()
/external/skia/src/codec/
DSkJpegCodec.cpp784 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()
/external/skqp/src/codec/
DSkJpegCodec.cpp784 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()