Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c5528 uint32 rowblocksperstrip; in ChopUpSingleUncompressedStrip() local
5529 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5530 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()
5531 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()