Home
last modified time | relevance | path

Searched refs:xym (Results 1 – 4 of 4) 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.h483 double w, xm, ym, xxm, xym, yym; member
/external/opencv3/3rdparty/libwebp/enc/
Dfilter.c246 dst->xym += src->xym; in VP8SSIMAddStats()
269 stats->xym += s1 * s2; in VP8SSIMAccumulate()
282 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet()
301 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
Dvp8enci.h530 double w, xm, ym, xxm, xym, yym; member