Searched refs:STRIP_SIZE_DEFAULT (Results 1 – 3 of 3) sorted by relevance
69 #ifndef STRIP_SIZE_DEFAULT70 # define STRIP_SIZE_DEFAULT 8192 macro
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
5561 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()5566 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()