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