Searched refs:solveLeastSquares (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp441 static bool solveLeastSquares(const float* x, const float* y, function in namespace:android
444 ALOGD("solveLeastSquares: m=%d, n=%d, x=%s, y=%s, w=%s", int(m), int(n),
601 if (solveLeastSquares(time, x, w, m, n, outEstimator->xCoeff, &xdet)
602 && solveLeastSquares(time, y, w, m, n, outEstimator->yCoeff, &ydet)) {

Completed in 199 milliseconds