Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c118 dst->xym += src->xym; in VP8SSIMAddStats()
141 stats->xym += s1 * s2; in VP8SSIMAccumulate()
154 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet()
173 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
Dvp8enci.h538 double w, xm, ym, xxm, xym, yym; member