Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h67 #ifndef STRIP_SIZE_DEFAULT
68 # define STRIP_SIZE_DEFAULT 8192 macro
Dtif_strip.c236 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
Dtif_dirread.c5865 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5870 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()