Home | History | Annotate | Download | only in input

Lines Matching refs:accumVy

937     float accumVy = 0;
960 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration);
974 outEstimator->yCoeff[1] = accumVy;