Searched refs:uncompressed_threshold (Results 1 – 1 of 1) sorted by relevance
1699 static int _WriteAsType(TIFF* tif, uint64 strile_size, uint64 uncompressed_threshold) in _WriteAsType() argument1704 return strile_size > uncompressed_threshold; in _WriteAsType()1717 return strile_size >= uncompressed_threshold / 10; in _WriteAsType()