Searched refs:litLengthCount (Results 1 – 1 of 1) sorted by relevance
696 U32 litLengthCount[MaxLL+1]; in ZDICT_analyzeEntropy() local723 for (u=0; u<=MaxLL; u++) litLengthCount[u] = 1; in ZDICT_analyzeEntropy()739 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()786 total=0; for (u=0; u<=MaxLL; u++) total+=litLengthCount[u]; in ZDICT_analyzeEntropy()787 errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL); in ZDICT_analyzeEntropy()