Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp683 float xdet, ydet; in getEstimator() local
686 && solveLeastSquares(time, y, w, m, n, outEstimator->yCoeff, &ydet)) { in getEstimator()
689 outEstimator->confidence = xdet * ydet; in getEstimator()