Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c119 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()
Dvp8enci.h538 double w, xm, ym, xxm, xym, yym; member