/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | rgb2ycbcr.c | 221 cvtStrip(unsigned char* op, uint32* raster, uint32 nrows, uint32 width) in cvtStrip() argument 227 for (; nrows >= vertSubSampling; nrows -= vertSubSampling) { in cvtStrip() 241 if (nrows > 0) { in cvtStrip() 244 cvtClump(op, tp, nrows, horizSubSampling, width); in cvtStrip() 249 cvtClump(op, tp, nrows, x, width); in cvtStrip() 262 uint32 nrows = (rowsperstrip > rheight ? rheight : rowsperstrip); in cvtRaster() local 263 uint32 rnrows = roundup(nrows,vertSubSampling); in cvtRaster() 269 for (y = height; (int32) y > 0; y -= nrows) { in cvtRaster() 270 uint32 nr = (y > nrows ? nrows : y); in cvtRaster()
|
A D | thumbnail.c | 512 setrow(uint8* row, uint32 nrows, const uint8* rows[]) in setrow() argument 515 uint32 area = nrows * filterWidth; in setrow() 523 for (y = 0; y < nrows; y++) { in setrow() 565 uint32 nrows = 1; in setImage1() local 576 if( nrows == 256 ) in setImage1() 578 rows[nrows++] = br + bpr*sy; in setImage1() 581 setrow(row, nrows, rows); in setImage1()
|
A D | tiffcp.c | 1481 uint32 nrows = (row+rowsperstrip > imagelength) ? in DECLAREwriteFunc() local 1483 tsize_t stripsize = TIFFVStripSize(out, nrows); in DECLAREwriteFunc() 1511 uint32 nrows = (row+rowsperstrip > imagelength) ? in DECLAREwriteFunc() local 1513 tsize_t stripsize = TIFFVStripSize(out, nrows); in DECLAREwriteFunc() 1517 nrows, imagewidth, 0, 0, spp, 1); in DECLAREwriteFunc()
|
A D | tiffcrop.c | 1123 uint32 row, nrows, rowsperstrip; in writeBufferToContigStrips() local 1130 nrows = (row + rowsperstrip > imagelength) ? in writeBufferToContigStrips() 1132 stripsize = TIFFVStripSize(out, nrows); in writeBufferToContigStrips() 1159 uint32 row, nrows, rowsize, rowsperstrip; in writeBufferToSeparateStrips() local 1199 nrows = (row + rowsperstrip > length) ? length - row : rowsperstrip; in writeBufferToSeparateStrips() 1201 stripsize = TIFFVStripSize(out, nrows); in writeBufferToSeparateStrips() 1205 if (extractContigSamplesToBuffer(obuf, src, nrows, width, s, spp, bps, dump)) in writeBufferToSeparateStrips() 1215 dump_buffer(dump->outfile, dump->format, nrows, scanlinesize, row, obuf); in writeBufferToSeparateStrips()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_strip.c | 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() argument 82 if (nrows==(uint32)(-1)) in TIFFVStripSize64() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 121 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVStripSize64() 127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64() 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() argument 135 m=TIFFVStripSize64(tif,nrows); in TIFFVStripSize()
|
A D | tif_dumpmode.c | 113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() argument 115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek() 116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
|
A D | tif_tile.c | 201 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() argument 240 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVTileSize64() 246 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64() 249 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() argument 254 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
|
A D | tif_jpeg.c | 1328 tmsize_t nrows; in JPEGDecode() local 1350 if (nrows) in JPEGDecode() 1384 tmsize_t nrows; in JPEGDecode() local 1406 if (nrows) in JPEGDecode() 1506 tmsize_t nrows; in JPEGDecodeRaw() local 1518 if ( nrows != 0 ) { in JPEGDecodeRaw() 1634 } while (nrows > 0); in JPEGDecodeRaw() 2039 tmsize_t nrows; in JPEGEncode() local 2070 while (nrows-- > 0) { in JPEGEncode() 2119 tmsize_t nrows; in JPEGEncodeRaw() local [all …]
|
A D | tiffio.h | 363 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows); 364 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows); 369 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows); 370 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 363 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows); 364 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows); 369 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows); 370 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
|
A D | png.h | 1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngwrite.c | 908 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument 915 png_ptr->flush_dist = (nrows < 0 ? 0 : (png_uint_32)nrows); in png_set_flush()
|
A D | png.h | 1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|
A D | libpng-manual.txt | 3591 png_set_flush(png_ptr, nrows); 3598 If nrows is too small (less than about 10 lines for a 640 pixel wide
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 6930 * libtiff/tif_jpeg.c: Fixed problem with setting of nrows in
|