Searched refs:yym (Results 1 – 2 of 2) sorted by relevance
119 dst->yym += src->yym; in VP8SSIMAddStats()142 stats->yym += s2 * s2; in VP8SSIMAccumulate()153 double syy = stats->yym * stats->w - ymym; in VP8SSIMGet()172 const double syy = s->yym * s->w - s->ym * s->ym; in VP8SSIMGetSquaredError()
538 double w, xm, ym, xxm, xym, yym; member