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