Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c1699 static int _WriteAsType(TIFF* tif, uint64 strile_size, uint64 uncompressed_threshold) in _WriteAsType() argument
1704 return strile_size > uncompressed_threshold; in _WriteAsType()
1717 return strile_size >= uncompressed_threshold / 10; in _WriteAsType()