HomeSort by relevance Sort by last modified time
    Searched full:clcounts (Results 1 - 1 of 1) sorted by null

  /external/zopfli/src/zopfli/
deflate.c 121 size_t clcounts[19]; local
131 for(i = 0; i < 19; i++) clcounts[i] = 0;
161 clcounts[18]++;
172 clcounts[17]++;
181 clcounts[symbol]++;
192 clcounts[16]++;
198 clcounts[symbol] += count;
208 ZopfliCalculateBitLengths(clcounts, 19, 7, clcl);
213 while (hclen > 0 && clcounts[order[hclen + 4 - 1]] == 0) hclen--;
237 result_size += clcl[i] * clcounts[i]
    [all...]

Completed in 116 milliseconds