Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dutil.h123 int ZopfliGetLengthSymbol(int l);
Dsqueeze.c128 int lsym = ZopfliGetLengthSymbol(litlen); in GetCostFixed()
146 int lsym = ZopfliGetLengthSymbol(litlen); in GetCostStat()
405 stats->litlens[ZopfliGetLengthSymbol(store->litlens[i])]++; in GetStatistics()
Dutil.c168 int ZopfliGetLengthSymbol(int l) { in ZopfliGetLengthSymbol() function
Ddeflate.c317 unsigned lls = ZopfliGetLengthSymbol(litlen); in AddLZ77Data()
359 result += ll_lengths[ZopfliGetLengthSymbol(litlens[i])]; in CalculateBlockSymbolSize()
Dlz77.c476 ll_count[ZopfliGetLengthSymbol(litlens[i])]++; in ZopfliLZ77Counts()