Searched refs:accumVy (Results 1 – 1 of 1) sorted by relevance
933 float accumVy = 0; in getEstimator() local956 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in getEstimator()970 outEstimator->yCoeff[1] = accumVy; in getEstimator()