Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp535 float ymean = 0; in solveLeastSquares() local
537 ymean += y[h]; in solveLeastSquares()
539 ymean /= m; in solveLeastSquares()
551 float var = y[h] - ymean; in solveLeastSquares()