Lines Matching defs:velocity
48 * returns actual acceleration depending on velocity, acceleration control,...
52 float velocity, float threshold, float accelCoeff);
56 * calc mean velocity and decide which motion was along
75 float velocity; /* velocity as guessed by algorithm */
76 float last_velocity; /* previous velocity estimate */
79 float corr_mul; /* config: multiply this into velocity */
86 int initial_range; /* config: max. offset used as initial velocity */
87 Bool average_accel; /* config: average acceleration over velocity */
108 float velocity, float threshold, float acc);