Searched defs:Estimator (Results 1 – 2 of 2) sorted by relevance
37 struct Estimator { struct40 // Estimator time base. argument41 nsecs_t time;44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];48 uint32_t degree;51 float confidence;53 inline void clear() { in clear()
231 public static final class Estimator { class in VelocityTracker