Searched refs:llLog (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | zdict.c | 751 U32 u, huffLog = 11, Offlog = OffFSELog, mlLog = MLFSELog, llLog = LLFSELog, total; in ZDICT_analyzeEntropy() local 838 …errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL, /* useLowProb… in ZDICT_analyzeEntropy() 844 llLog = (U32)errorCode; in ZDICT_analyzeEntropy() 880 { size_t const lhSize = FSE_writeNCount(dstPtr, maxDstSize, litLengthNCount, MaxLL, llLog); in ZDICT_analyzeEntropy()
|