Home
last modified time | relevance | path

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

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