Lines Matching refs:velocity
48 * returns actual acceleration depending on velocity, acceleration control,...
52 double velocity, double threshold, double accelCoeff);
56 * calc mean velocity and decide which motion was along
72 double velocity; /* velocity as guessed by algorithm */
73 double last_velocity; /* previous velocity estimate */
76 double corr_mul; /* config: multiply this into velocity */
83 int initial_range; /* config: max. offset used as initial velocity */
84 Bool average_accel; /* config: average acceleration over velocity */
114 double velocity, double threshold, double acc);