Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A 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()