Searched refs:ZopfliGetLengthSymbol (Results 1 – 5 of 5) sorted by relevance
123 int ZopfliGetLengthSymbol(int l);
128 int lsym = ZopfliGetLengthSymbol(litlen); in GetCostFixed()146 int lsym = ZopfliGetLengthSymbol(litlen); in GetCostStat()405 stats->litlens[ZopfliGetLengthSymbol(store->litlens[i])]++; in GetStatistics()
168 int ZopfliGetLengthSymbol(int l) { in ZopfliGetLengthSymbol() function
317 unsigned lls = ZopfliGetLengthSymbol(litlen); in AddLZ77Data()359 result += ll_lengths[ZopfliGetLengthSymbol(litlens[i])]; in CalculateBlockSymbolSize()
476 ll_count[ZopfliGetLengthSymbol(litlens[i])]++; in ZopfliLZ77Counts()