Home
last modified time | relevance | path

Searched refs:countLit (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c636 countLit[*bytePtr]++; in ZDICT_countEStats()
697 static void ZDICT_flatLit(unsigned* countLit) in ZDICT_flatLit() argument
700 for (u=1; u<256; u++) countLit[u] = 2; in ZDICT_flatLit()
701 countLit[0] = 4; in ZDICT_flatLit()
702 countLit[253] = 1; in ZDICT_flatLit()
703 countLit[254] = 1; in ZDICT_flatLit()
713 unsigned countLit[256]; in ZDICT_analyzeEntropy() local
736 for (u=0; u<256; u++) countLit[u] = 1; /* any character must be described */ in ZDICT_analyzeEntropy()
758 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()
765 { size_t maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy()
[all …]