Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_superblock.c252 ML_defaultNorm, ML_defaultNormLog, in ZSTD_buildSuperBlockEntropy_sequences()
256 … countWksp, max, mlCodeTable, nbSeq, ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_buildSuperBlockEntropy_sequences()
658 ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_compress.c2289 ML_defaultNorm, ML_defaultNormLog, in ZSTD_entropyCompressSequences_internal()
2296 ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_entropyCompressSequences_internal()
/external/zstd/lib/common/
Dzstd_internal.h219 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = { variable
/external/zstd/lib/legacy/
Dzstd_v06.c527 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
3264 …STDv06_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML_defaultNorm, ML_defaultNor… in ZSTDv06_decodeSeqHeaders()
Dzstd_v07.c2761 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
3494 …STDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML_defaultNorm, ML_defaultNor… in ZSTDv07_decodeSeqHeaders()
/external/zstd/tests/
Ddecodecorpus.c913 …FSE_buildCTable_wksp(CTable_MatchLength, ML_defaultNorm, MaxML, ML_defaultNormLog, scratchBuffer, … in writeSequences()