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.h69 #ifndef STRIP_SIZE_DEFAULT
70 # define STRIP_SIZE_DEFAULT 8192 macro
Dtif_strip.c253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize; in _TIFFDefaultStripSize()
Dtif_dirread.c5561 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5566 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()