Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c170 const double iw2 = 1. / (s->w * s->w); in VP8SSIMGetSquaredError() local
174 const double SSE = iw2 * (sxx + syy - 2. * sxy); in VP8SSIMGetSquaredError()