Searched refs:jpeg_skip_scanlines (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 105 jpeg_skip_scanlines @ 104 ;
|
D | jpeg7.def | 105 jpeg_skip_scanlines @ 104 ;
|
D | jpeg62.def | 103 jpeg_skip_scanlines @ 102 ;
|
D | jpeg8.def | 108 jpeg_skip_scanlines @ 107 ;
|
/external/libjpeg-turbo/ |
D | djpeg.c | 692 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main() 727 jpeg_skip_scanlines(&cinfo, crop_y); in main() 733 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
|
D | jdapistd.c | 355 jpeg_skip_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
|
D | jpeglib.h | 994 EXTERN(JDIMENSION) jpeg_skip_scanlines (j_decompress_ptr cinfo,
|
D | libjpeg.txt | 744 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines); 750 jpeg_skip_scanlines() with a suspending data source will result in undefined 753 jpeg_skip_scanlines() will not allow skipping past the bottom of the image. If 757 If the value of num_lines is valid, then jpeg_skip_scanlines() will always 761 Best results will be achieved by calling jpeg_skip_scanlines() for large chunks 767 Calling jpeg_skip_scanlines() for small values of num_lines has several 769 1) JPEG decompression occurs in blocks, so if jpeg_skip_scanlines() is 777 context rows. In the worst case, jpeg_skip_scanlines() will perform similarly 788 jpeg_skip_scanlines().
|
D | CMakeLists.txt | 773 # possible code paths in jpeg_skip_scanlines().
|
D | ChangeLog.txt | 64 [2] Added a new libjpeg API function (jpeg_skip_scanlines()) that can be used
|
/external/skia/src/codec/ |
D | SkJpegCodec.cpp | 526 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()
|