HomeSort by relevance Sort by last modified time
    Searched defs:hclen (Results 1 - 2 of 2) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 130 int hclen; //the HCLEN value that was filled in for this tree member in struct:lodepng::ZlibBlockInfo
  /external/zopfli/src/zopfli/
deflate.c 118 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 195 milliseconds