Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2572 #define SUSPECT_UNCOMPRESSIBLE_LITERAL_RATIO 20 macro
2610 …ible = (numSequences == 0) || (numLiterals / numSequences >= SUSPECT_UNCOMPRESSIBLE_LITERAL_RATIO); in ZSTD_entropyCompressSeqStore_internal()