Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c117 dst->xxm += src->xxm; in VP8SSIMAddStats()
140 stats->xxm += s1 * s1; in VP8SSIMAccumulate()
152 double sxx = stats->xxm * stats->w - xmxm; in VP8SSIMGet()
171 const double sxx = s->xxm * s->w - s->xm * s->xm; in VP8SSIMGetSquaredError()
Dvp8enci.h538 double w, xm, ym, xxm, xym, yym; member