Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/ !
H A Dzstd_compress.c2887 #define SUSPECT_UNCOMPRESSIBLE_LITERAL_RATIO 20 macro
2925 …ressible = (numSequences == 0) || (litSize / numSequences >= SUSPECT_UNCOMPRESSIBLE_LITERAL_RATIO); in ZSTD_entropyCompressSeqStore_internal()