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

/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c123 size_t clcounts[19]; local
190 clcounts[i] = 0;
193 clcounts[rle[i]]++;
196 ZopfliCalculateBitLengths(clcounts, 19, 7, clcl);
201 while (hclen > 0 && clcounts[order[hclen + 4 - 1]] == 0) hclen--;

Completed in 147 milliseconds