Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c5502 uint64 rowblockbytes; in ChopUpSingleUncompressedStrip() local
5519 rowblockbytes = TIFFVTileSize64(tif, rowblock); in ChopUpSingleUncompressedStrip()
5524 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5525 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()
5527 } else if (rowblockbytes > 0 ) { in ChopUpSingleUncompressedStrip()
5529 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5531 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()