Searched refs:hdist (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c120 unsigned hdist = 29; /* 32 - 1, but gzip does not like hdist > 29.*/ local
133 while (hdist > 0 && d_lengths[1 + hdist - 1] == 0) hdist--;
135 lld_total = hlit + 257 + hdist + 1;
204 AddBits(hdist, 5, bp, out, outsize);
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c2402 int hdist = zreceive(a,5) + 1; local
2413 while (n < hlit + hdist) {
2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG");
2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;

Completed in 186 milliseconds