Searched refs:rowblocksperstrip (Results 1 – 1 of 1) sorted by relevance
5861 uint32 rowblocksperstrip; in ChopUpSingleUncompressedStrip() local5862 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() local5961 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()