Searched refs:hdist (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | jsunzip.js | 409 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/ |
D | deflate.c | 117 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/ |
D | lodepng_util.h | 129 int hdist; //the HDIST value that was filled in for this tree member
|
D | lodepng_util.cpp | 418 zlibinfo->back().hdist = HDIST - 1; in getTreeInflateDynamic()
|