Home
last modified time | relevance | path

Searched refs:xym (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dssim.c49 uint32 w = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in get_ssimg() local
65 xym += Wxy * org[x] * rec[x]; in get_ssimg()
84 const double sxy = xym * iw - iwx * iwy; in get_ssimg()
108 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in get_ssimfull_kernelg() local
127 xym += Wxy * org_x * rec_x; in get_ssimfull_kernelg()
146 const double sxy = xym * iw - iwx * iwy; in get_ssimfull_kernelg()
/external/webp/src/enc/
Dfilter.c244 dst->xym += src->xym; in VP8SSIMAddStats()
267 stats->xym += s1 * s2; in VP8SSIMAccumulate()
280 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet()
299 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
Dvp8enci.h505 double w, xm, ym, xxm, xym, yym; member