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

/external/webp/src/dsp/
H A Dssim.c37 const uint64_t ymym = (uint64_t)stats->ym * stats->ym; local
38 if (xmxm + ymym >= C3) {
42 const uint64_t syy = (uint64_t)stats->yym * N - ymym;
47 const uint64_t fden = (xmxm + ymym + C1) * den_S;

Completed in 68 milliseconds