Home | History | Annotate | Download | only in input

Lines Matching refs:LeastSquaresVelocityTrackerStrategy

148         return new LeastSquaresVelocityTrackerStrategy(1);
155 return new LeastSquaresVelocityTrackerStrategy(2);
161 return new LeastSquaresVelocityTrackerStrategy(3);
165 return new LeastSquaresVelocityTrackerStrategy(2,
166 LeastSquaresVelocityTrackerStrategy::WEIGHTING_DELTA);
170 return new LeastSquaresVelocityTrackerStrategy(2,
171 LeastSquaresVelocityTrackerStrategy::WEIGHTING_CENTRAL);
175 return new LeastSquaresVelocityTrackerStrategy(2,
176 LeastSquaresVelocityTrackerStrategy::WEIGHTING_RECENT);
352 // --- LeastSquaresVelocityTrackerStrategy ---
354 const nsecs_t LeastSquaresVelocityTrackerStrategy::HORIZON;
355 const uint32_t LeastSquaresVelocityTrackerStrategy::HISTORY_SIZE;
357 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy(
363 LeastSquaresVelocityTrackerStrategy::~LeastSquaresVelocityTrackerStrategy() {
366 void LeastSquaresVelocityTrackerStrategy::clear() {
371 void LeastSquaresVelocityTrackerStrategy::clearPointers(BitSet32 idBits) {
376 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
557 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id,
625 float LeastSquaresVelocityTrackerStrategy::chooseWeight(uint32_t index) const {