Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c5861 uint32 rowblocksperstrip; in ChopUpSingleUncompressedStrip() local
5862 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5863 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()
5864 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()
5905 uint32 rowblocksperstrip; in TryChopUpUncompressedBigTiff() local
5961 rowblocksperstrip = (uint32) (512 * 1024 * 1024 / rowblockbytes); in TryChopUpUncompressedBigTiff()
5962 if( rowblocksperstrip == 0 ) in TryChopUpUncompressedBigTiff()
5963 rowblocksperstrip = 1; in TryChopUpUncompressedBigTiff()
5964 rowsperstrip = rowblocksperstrip * rowblock; in TryChopUpUncompressedBigTiff()
5965 stripbytes = rowblocksperstrip * rowblockbytes; in TryChopUpUncompressedBigTiff()