/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.h | 129 int hdist; //the HDIST value that was filled in for this tree member in struct:lodepng::ZlibBlockInfo
|
/external/u-boot/fs/jffs2/ |
mini_inflate.c | 229 int hdist = pull_bits(stream, 5) + 1; local 287 while (curr_code < hdist) {
|
/external/zopfli/src/zopfli/ |
deflate.c | 117 unsigned hdist = 29; /* 32 - 1, but gzip does not like hdist > 29.*/ local 135 while (hdist > 0 && d_lengths[1 + hdist - 1] == 0) hdist--; 138 lld_total = hlit2 + hdist + 1; 217 AddBits(hdist, 5, bp, out, outsize); 234 result_size += 14; /* hlit, hdist, hclen bits */
|
/external/libaom/libaom/av1/encoder/ |
rdopt.c | 1482 double hdist[3] = { 0, 0, 0 }, vdist[3] = { 0, 0, 0 }; local 2554 double hdist[4] = { 0 }, vdist[4] = { 0 }; local 2678 double hdist[4] = { 0 }, vdist[4] = { 0 }; local [all...] |