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

/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c277 const double ymym = stats->ym * stats->ym; local
281 double syy = stats->yym * stats->w - ymym;
292 fden = (xmxm + ymym + C1) * (sxx + syy + C2);
/external/webp/src/enc/
H A Dfilter.c277 const double ymym = stats->ym * stats->ym; local
281 double syy = stats->yym * stats->w - ymym;
292 fden = (xmxm + ymym + C1) * (sxx + syy + C2);

Completed in 43 milliseconds