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

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h128 int hlit; //the HLIT value that was filled in for this tree member in struct:lodepng::ZlibBlockInfo
/external/zopfli/src/zopfli/
H A Ddeflate.c116 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 110 milliseconds