Searched refs:weighting (Results 1 – 2 of 2) sorted by relevance
157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
365 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument366 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()