Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dssim.c39 const int64_t xmym = (int64_t)stats->xm * stats->ym; in SSIMCalculation() local
40 const int64_t sxy = (int64_t)stats->xym * N - xmym; // can be negative in SSIMCalculation()
46 const uint64_t fnum = (2 * xmym + C1) * num_S; in SSIMCalculation()