Home
last modified time | relevance | path

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

/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()
/external/u-boot/fs/jffs2/
Dmini_inflate.c229 int hdist = pull_bits(stream, 5) + 1; in decompress_dynamic() local
287 while (curr_code < hdist) { in decompress_dynamic()
/external/libaom/libaom/av1/encoder/
Drdopt.c1482 double hdist[3] = { 0, 0, 0 }, vdist[3] = { 0, 0, 0 }; in adst_vs_flipadst() local
1484 hdist, vdist); in adst_vs_flipadst()
1488 svm_proj_h = hdist[0] * ADST_FLIP_SVM[4] + hdist[1] * ADST_FLIP_SVM[5] + in adst_vs_flipadst()
1489 hdist[2] * ADST_FLIP_SVM[6] + ADST_FLIP_SVM[7]; in adst_vs_flipadst()
2554 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintTransformUnitStats() local
2556 1, hdist, vdist); in PrintTransformUnitStats()
2557 fprintf(fout, " %g %g %g %g %g %g %g %g", hdist[0], hdist[1], hdist[2], in PrintTransformUnitStats()
2558 hdist[3], vdist[0], vdist[1], vdist[2], vdist[3]); in PrintTransformUnitStats()
2678 double hdist[4] = { 0 }, vdist[4] = { 0 }; in PrintPredictionUnitStats() local
2680 dst_stride, 1, hdist, vdist); in PrintPredictionUnitStats()
[all …]