Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_superblock.c205 LL_defaultNorm, LL_defaultNormLog, in ZSTD_buildSuperBlockEntropy_sequences()
210 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
654 LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_compress.c2234 LL_defaultNorm, LL_defaultNormLog, in ZSTD_entropyCompressSequences_internal()
2242 LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_entropyCompressSequences_internal()
/external/zstd/lib/common/
Dzstd_internal.h208 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG; variable
/external/zstd/lib/legacy/
Dzstd_v06.c521 static const U32 LL_defaultNormLog = 6; variable
3256 …ble(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL_defaultNorm, LL_defaultNormLog, flagRepeatT… in ZSTDv06_decodeSeqHeaders()
Dzstd_v07.c2755 static const U32 LL_defaultNormLog = 6; variable
3486 …ble(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL_defaultNorm, LL_defaultNormLog, flagRepeatT… in ZSTDv07_decodeSeqHeaders()
/external/zstd/tests/
Ddecodecorpus.c855 …CKERR(FSE_buildCTable_wksp(CTable_LitLength, LL_defaultNorm, MaxLL, LL_defaultNormLog, scratchBuff… in writeSequences()