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

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 128 int hlit; //the HLIT value that was filled in for this tree member in struct:lodepng::ZlibBlockInfo
  /external/zopfli/src/zopfli/
deflate.c 116 unsigned hlit = 29; /* 286 - 257 */ local
134 while (hlit > 0 && ll_lengths[257 + hlit - 1] == 0) hlit--;
136 hlit2 = hlit + 257;
216 AddBits(hlit, 5, bp, out, outsize);
234 result_size += 14; /* hlit, hdist, hclen bits */

Completed in 189 milliseconds