Searched refs:countLit (Results 1 – 1 of 1) sorted by relevance
567 …unsigned* countLit, unsigned* offsetcodeCount, unsigned* matchlengthCount, unsigned* litlengthCoun… in ZDICT_countEStats() argument588 countLit[*bytePtr]++; in ZDICT_countEStats()649 static void ZDICT_flatLit(unsigned* countLit) in ZDICT_flatLit() argument652 for (u=1; u<256; u++) countLit[u] = 2; in ZDICT_flatLit()653 countLit[0] = 4; in ZDICT_flatLit()654 countLit[253] = 1; in ZDICT_flatLit()655 countLit[254] = 1; in ZDICT_flatLit()665 unsigned countLit[256]; in ZDICT_analyzeEntropy() local689 for (u=0; u<256; u++) countLit[u] = 1; /* any character must be described */ in ZDICT_analyzeEntropy()711 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()[all …]