Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c644 #define MIN_SEQ_FOR_DYNAMIC_FSE 64 in ZSTD_compressSequences_internal() macro
660 …} else if ((nbSeq < MIN_SEQ_FOR_DYNAMIC_FSE) || (mostFrequent < (nbSeq >> (LL_defaultNormLog - 1))… in ZSTD_compressSequences_internal()
692 …} else if ((nbSeq < MIN_SEQ_FOR_DYNAMIC_FSE) || (mostFrequent < (nbSeq >> (OF_defaultNormLog - 1))… in ZSTD_compressSequences_internal()
724 …} else if ((nbSeq < MIN_SEQ_FOR_DYNAMIC_FSE) || (mostFrequent < (nbSeq >> (ML_defaultNormLog - 1))… in ZSTD_compressSequences_internal()