Searched refs:litLengthCount (Results 1 – 1 of 1) sorted by relevance
/external/zstd/lib/dictBuilder/ |
D | zdict.c | 720 unsigned litLengthCount[MaxLL+1]; in ZDICT_analyzeEntropy() local 739 for (u=0; u<=MaxLL; u++) litLengthCount[u] = 1; in ZDICT_analyzeEntropy() 758 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy() 805 total=0; for (u=0; u<=MaxLL; u++) total+=litLengthCount[u]; in ZDICT_analyzeEntropy() 806 …errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL, /* useLowProb… in ZDICT_analyzeEntropy()
|