Home
last modified time | relevance | path

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

/libtiff-4.0.7/
H A Dnmake.opt89 # is 8192 bytes, it can be configured via the STRIP_SIZE_DEFAULT parameter
92 STRIP_SIZE_DEFAULT = 8192
203 EXTRAFLAGS = -DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP -DSTRIP_SIZE_DEFAULT=$(STRIP_SIZE_DEFAULT) $(EXTRAF…
H A DCMakeLists.txt641 set(STRIP_SIZE_DEFAULT "${TIFF_DEFAULT_STRIP_SIZE}") variable
H A Dconfigure.ac972 …AC_DEFINE_UNQUOTED(STRIP_SIZE_DEFAULT,$with_default_strip_size,[Default size of the strip in bytes… definition
H A DChangeLog3559 removed; move here the STRIP_SIZE_DEFAULT macro definition.
3561 * libtiff/{tif_dirread.c, tif_strip.c}: Removed STRIP_SIZE_DEFAULT
3942 --with-default-strip-size and STRIP_SIZE_DEFAULT options.
/libtiff-4.0.7/libtiff/
H A Dtiffiop.h70 #ifndef STRIP_SIZE_DEFAULT
71 # define STRIP_SIZE_DEFAULT 8192 macro
H A Dtif_config.h.cmake.in198 #define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
H A Dtif_strip.c262 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
H A Dtif_config.h.in291 #undef STRIP_SIZE_DEFAULT
H A Dtif_dirread.c5524 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5529 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()