Searched refs:accumVx (Results 1 – 1 of 1) sorted by relevance
962 float accumVx = 0; in getEstimator() local985 accumVx = (accumVx * lastDuration + vx * duration) / (duration + lastDuration); in getEstimator()999 outEstimator->xCoeff[1] = accumVx; in getEstimator()