Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Drgb2ycbcr.c221 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 Dthumbnail.c512 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 Dtiffcp.c1481 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 Dtiffcrop.c1123 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 Dtif_strip.c78 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 Dtif_dumpmode.c113 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 Dtif_tile.c201 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 Dtif_jpeg.c1328 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 Dtiffio.h363 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 Dtiffio.h363 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 Dpng.h1358 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 Dpngwrite.c908 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 Dpng.h1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
A Dlibpng-manual.txt3591 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 DChangeLog6930 * libtiff/tif_jpeg.c: Fixed problem with setting of nrows in

Completed in 70 milliseconds