Searched defs:iwy (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dssim.c73 const double iwy = ym * iw; local
75 double syy = yym * iw - iwy * iwy;
84 const double sxy = xym * iw - iwx * iwy;
88 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
135 const double iwy = ym * iw; local
137 double syy = yym * iw - iwy * iwy;
[all...]

Completed in 37 milliseconds