Searched refs:litLengthCount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-src/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 745 unsigned litLengthCount[MaxLL+1]; in ZDICT_analyzeEntropy() local 764 for (u=0; u<=MaxLL; u++) litLengthCount[u] = 1; in ZDICT_analyzeEntropy() 783 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy() 837 total=0; for (u=0; u<=MaxLL; u++) total+=litLengthCount[u]; in ZDICT_analyzeEntropy() 838 …errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL, /* useLowProb… in ZDICT_analyzeEntropy()
|