Home
last modified time | relevance | path

Searched refs:hdist (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Djsunzip.js409 var hlit, hdist, hclen;
416 hdist = this.read_bits(d, 5, 1);
436 for (num = 0; num < hlit + hdist; )
475 this.build_tree(dt, lengths, hlit, hdist);
/external/zopfli/src/zopfli/
Ddeflate.c117 unsigned hdist = 29; /* 32 - 1, but gzip does not like hdist > 29.*/ in EncodeTree() local
135 while (hdist > 0 && d_lengths[1 + hdist - 1] == 0) hdist--; in EncodeTree()
138 lld_total = hlit2 + hdist + 1; in EncodeTree()
217 AddBits(hdist, 5, bp, out, outsize); in EncodeTree()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.h129 int hdist; //the HDIST value that was filled in for this tree member
Dlodepng_util.cpp418 zlibinfo->back().hdist = HDIST - 1; in getTreeInflateDynamic()