Searched refs:STRIP_SIZE_DEFAULT (Results 1 – 8 of 8) sorted by relevance
64 #ifndef STRIP_SIZE_DEFAULT65 # define STRIP_SIZE_DEFAULT 8192 macro
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
106 //#define STRIP_SIZE_DEFAULT 8192
5483 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()5488 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
2109 removed; move here the STRIP_SIZE_DEFAULT macro definition.2111 * libtiff/{tif_dirread.c, tif_strip.c}: Removed STRIP_SIZE_DEFAULT2492 --with-default-strip-size and STRIP_SIZE_DEFAULT options.
69 #ifndef STRIP_SIZE_DEFAULT70 # define STRIP_SIZE_DEFAULT 8192 macro
5497 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()5502 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()