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

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

Completed in 108 milliseconds