Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dssim.c357 const double iwx = xm * iw; in get_ssimg() local
359 double sxx = xxm * iw - iwx * iwx; in get_ssimg()
369 const double sxy = xym * iw - iwx * iwy; in get_ssimg()
373 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in get_ssimg()
419 const double iwx = xm * iw; in get_ssimfull_kernelg() local
421 double sxx = xxm * iw - iwx * iwx; in get_ssimfull_kernelg()
431 const double sxy = xym * iw - iwx * iwy; in get_ssimfull_kernelg()
435 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in get_ssimfull_kernelg()