Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp546 float ymean = 0; in solveLeastSquares() local
548 ymean += y[h]; in solveLeastSquares()
550 ymean /= m; in solveLeastSquares()
562 float var = y[h] - ymean; in solveLeastSquares()