Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5565 uint32 rowblocksperstrip; in ChopUpSingleUncompressedStrip() local
5566 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5567 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()
5568 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()