HomeSort by relevance Sort by last modified time
    Searched defs:hclen (Results 1 - 3 of 3) 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/u-boot/fs/jffs2/
mini_inflate.c 230 int hclen = pull_bits(stream, 4) + 4; local
241 for (i = 0; i < hclen; i++) {
  /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 1249 milliseconds