Searched defs:Estimator (Results 1 – 2 of 2) sorted by relevance
53 struct Estimator { struct56 // Estimator time base. argument57 nsecs_t time;60 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];64 uint32_t degree;67 float confidence;69 inline void clear() { in clear()
433 public static final class Estimator { class in VelocityTracker