Searched refs:STRIP_SIZE_DEFAULT (Results 1 – 9 of 9) sorted by relevance
89 # is 8192 bytes, it can be configured via the STRIP_SIZE_DEFAULT parameter92 STRIP_SIZE_DEFAULT = 8192203 EXTRAFLAGS = -DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP -DSTRIP_SIZE_DEFAULT=$(STRIP_SIZE_DEFAULT) $(EXTRAF…
641 set(STRIP_SIZE_DEFAULT "${TIFF_DEFAULT_STRIP_SIZE}") variable
972 …AC_DEFINE_UNQUOTED(STRIP_SIZE_DEFAULT,$with_default_strip_size,[Default size of the strip in bytes… definition
3559 removed; move here the STRIP_SIZE_DEFAULT macro definition.3561 * libtiff/{tif_dirread.c, tif_strip.c}: Removed STRIP_SIZE_DEFAULT3942 --with-default-strip-size and STRIP_SIZE_DEFAULT options.
70 #ifndef STRIP_SIZE_DEFAULT71 # define STRIP_SIZE_DEFAULT 8192 macro
198 #define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
262 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
291 #undef STRIP_SIZE_DEFAULT
5524 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()5529 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()