HomeSort by: relevance | last modified time | path
    Searched refs:ZopfliGetLengthSymbol (Results 1 - 5 of 5) sorted by relevancy

  /src/external/zlib/pigz/dist/zopfli/
util.h 123 int ZopfliGetLengthSymbol(int l);
util.c 166 int ZopfliGetLengthSymbol(int l) {
squeeze.c 128 int lsym = ZopfliGetLengthSymbol(litlen);
146 int lsym = ZopfliGetLengthSymbol(litlen);
405 stats->litlens[ZopfliGetLengthSymbol(store->litlens[i])]++;
lz77.c 462 ll_count[ZopfliGetLengthSymbol(litlens[i])]++;
deflate.c 269 unsigned lls = ZopfliGetLengthSymbol(litlen);
311 result += ll_lengths[ZopfliGetLengthSymbol(litlens[i])];

Completed in 79 milliseconds