Searched refs:MIN_SEQ_FOR_DYNAMIC_FSE (Results 1 – 1 of 1) sorted by relevance
644 #define MIN_SEQ_FOR_DYNAMIC_FSE 64 in ZSTD_compressSequences_internal() macro660 …} 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()