Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp529 float ymean = 0; in solveLeastSquares() local
531 ymean += y[h]; in solveLeastSquares()
533 ymean /= m; in solveLeastSquares()
545 float var = y[h] - ymean; in solveLeastSquares()