Home
last modified time | relevance | path

Searched refs:rps (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_strip.c215 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local
216 if (rps > td->td_imagelength) in TIFFStripSize64()
217 rps = td->td_imagelength; in TIFFStripSize64()
218 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()
/libtiff-4.0.7/tools/
H A Dthumbnail.c599 uint32 sw, sh, rps; in generateThumbnail() local
609 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in generateThumbnail()
629 rp += rps * rowsize; in generateThumbnail()
H A Dtiffcrop.c3680 uint32 rps = TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readContigStripsIntoBuffer() local
4766 uint32 src_rowsize, dst_rowsize, rows_processed, rps; in readSeparateStripsIntoBuffer() local
4785 TIFFGetFieldDefaulted(in, TIFFTAG_ROWSPERSTRIP, &rps); in readSeparateStripsIntoBuffer()
4786 if (rps > length) in readSeparateStripsIntoBuffer()
4787 rps = length; in readSeparateStripsIntoBuffer()
4856 if (rps > rows_this_strip) in readSeparateStripsIntoBuffer()
4857 rps = rows_this_strip; in readSeparateStripsIntoBuffer()
4861 if (combineSeparateSamplesBytes (srcbuffs, dst, width, rps, in readSeparateStripsIntoBuffer()
4915 if ((rows_processed + rps) > length) in readSeparateStripsIntoBuffer()
4918 rps = length - rows_processed; in readSeparateStripsIntoBuffer()
[all …]