Searched defs:lsym (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
H A Dsqueeze.c128 int lsym = ZopfliGetLengthSymbol(litlen); local
130 if (lsym <= 279) cost += 7;
146 int lsym = ZopfliGetLengthSymbol(litlen); local
150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits;

Completed in 80 milliseconds