Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dssim.cc95 const double sxsy = sqrt(sxx * syy); in FinalizeSSIM() local
101 const double c = (2. * sxsy + C22) / (sxx + syy + C22); in FinalizeSSIM()
102 const double s = (sxy + C33) / (sxsy + C33); in FinalizeSSIM()
/external/swiftshader/src/Renderer/
DMatrix.cpp346 float sxsy = sx * sy; in eulerRotate() local
349 return Matrix(cy * cz - sxsy * sz, -cy * sz - sxsy * cz, -sy * cx, in eulerRotate()