Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp598 float xdet, ydet; in getEstimator() local
600 if (solveLeastSquares(time, x, w, m, n, outEstimator->xCoeff, &xdet) in getEstimator()
604 outEstimator->confidence = xdet * ydet; in getEstimator()