Searched refs:hdist (Results 1 – 4 of 4) sorted by relevance
/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()
|
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 830 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintTransformUnitStats() local 832 1, hdist, vdist); in PrintTransformUnitStats() 833 fprintf(fout, " %g %g %g %g %g %g %g %g", hdist[0], hdist[1], hdist[2], in PrintTransformUnitStats() 834 hdist[3], vdist[0], vdist[1], vdist[2], vdist[3]); in PrintTransformUnitStats() 1032 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintPredictionUnitStats() local 1034 dst_stride, 1, hdist, vdist); in PrintPredictionUnitStats() 1035 fprintf(fout, " %g %g %g %g %g %g %g %g", hdist[0], hdist[1], hdist[2], in PrintPredictionUnitStats() 1036 hdist[3], vdist[0], vdist[1], vdist[2], vdist[3]); in PrintPredictionUnitStats()
|