Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dssim.c45 const uint64_t den_S = (sxx + syy + C2) >> 8; in SSIMCalculation() local
47 const uint64_t fden = (xmxm + ymym + C1) * den_S; in SSIMCalculation()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c124 const uint64_t den_S = (sxx + syy + C2) >> 8; in SSIMCalculation() local
126 const uint64_t fden = (xmxm + ymym + C1) * den_S; in SSIMCalculation()

Completed in 7 milliseconds