Searched refs:LL_defaultNormLog (Results 1 – 6 of 6) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_superblock.c | 205 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()
|
D | zstd_compress.c | 2234 LL_defaultNorm, LL_defaultNormLog, in ZSTD_entropyCompressSequences_internal() 2242 LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_entropyCompressSequences_internal()
|
/external/zstd/lib/common/ |
D | zstd_internal.h | 208 static UNUSED_ATTR const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG; variable
|
/external/zstd/lib/legacy/ |
D | zstd_v06.c | 521 static const U32 LL_defaultNormLog = 6; variable 3256 …ble(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL_defaultNorm, LL_defaultNormLog, flagRepeatT… in ZSTDv06_decodeSeqHeaders()
|
D | zstd_v07.c | 2755 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/ |
D | decodecorpus.c | 855 …CKERR(FSE_buildCTable_wksp(CTable_LitLength, LL_defaultNorm, MaxLL, LL_defaultNormLog, scratchBuff… in writeSequences()
|