Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dssim.c40 const int64_t sxy = (int64_t)stats->xym * N - xmym; // can be negative in SSIMCalculation() local
44 const uint64_t num_S = (2 * (uint64_t)(sxy < 0 ? 0 : sxy) + C2) >> 8; in SSIMCalculation()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c119 const int64_t sxy = (int64_t)stats->xym * N - xmym; // can be negative in SSIMCalculation() local
123 const uint64_t num_S = (2 * (uint64_t)(sxy < 0 ? 0 : sxy) + C2) >> 8; in SSIMCalculation()

Completed in 4 milliseconds