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

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h130 int hclen; //the HCLEN value that was filled in for this tree member in struct:lodepng::ZlibBlockInfo
/external/zopfli/src/zopfli/
H A Ddeflate.c118 unsigned hclen; local
211 hclen = 15;
213 while (hclen > 0 && clcounts[order[hclen + 4 - 1]] == 0) hclen--;
218 AddBits(hclen, 4, bp, out, outsize);
220 for (i = 0; i < hclen + 4; i++) {
234 result_size += 14; /* hlit, hdist, hclen bits */
235 result_size += (hclen + 4) * 3; /* clcl bits */

Completed in 95 milliseconds