Searched refs:xym (Results 1 – 2 of 2) sorted by relevance
118 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()
538 double w, xm, ym, xxm, xym, yym; member