Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c275 const double ymym = stats->ym * stats->ym; in VP8SSIMGet() local
279 double syy = stats->yym * stats->w - ymym; in VP8SSIMGet()
290 fden = (xmxm + ymym + C1) * (sxx + syy + C2); in VP8SSIMGet()