HomeSort by relevance Sort by last modified time
    Searched refs:sxsy (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/util/
ssim.cc 95 const double sxsy = sqrt(sxx * syy); local
101 const double c = (2. * sxsy + C22) / (sxx + syy + C22);
102 const double s = (sxy + C33) / (sxsy + C33);
  /external/swiftshader/src/Renderer/
Matrix.cpp 346 float sxsy = sx * sy; local
349 return Matrix(cy * cz - sxsy * sz, -cy * sz - sxsy * cz, -sy * cx,
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 658 float sxsy = sx * sy; local
670 rm[rmOffset + 8] = -sxsy * cz + sx * sz;
671 rm[rmOffset + 9] = sxsy * sz + sx * cz;

Completed in 157 milliseconds