Searched refs:hclen (Results 1 - 4 of 4) 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
H A Dlodepng_util.cpp419 zlibinfo->back().hclen = HCLEN - 4;
/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 */
/external/libvncserver/webclients/novnc/include/
H A Djsunzip.js409 var hlit, hdist, hclen;
419 hclen = this.read_bits(d, 4, 4);
424 for (i = 0; i < hclen; ++i)

Completed in 136 milliseconds