Home | History | Annotate | Download | only in usb

Lines Matching defs:old_b_smoothed

2461 	int old_b_raw = *b_raw, old_b_smoothed = *b_smoothed;
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2485 old_b_smoothed = old_b_raw;
2493 CHECK_(0 <= old_b_smoothed);
2495 CHECK_(old_b_smoothed <= UATP_MAX_POSITION);
2501 *b_smoothed = smooth(sc, old_b_raw, old_b_smoothed, *b_raw);
2520 if (*b_smoothed < old_b_smoothed)
2521 b_dist = old_b_smoothed - *b_smoothed;
2523 b_dist = *b_smoothed - old_b_smoothed;
2542 (int)(*b_smoothed - old_b_smoothed))) {
2545 old_a_smoothed, old_b_smoothed,
2553 (int)(*b_smoothed - old_b_smoothed));
2562 (int)(*b_smoothed - old_b_smoothed));
2566 *db = accelerate(sc, old_b_raw, *b_raw, old_b_smoothed, *b_smoothed,
2570 ctx, old_a_smoothed, old_b_smoothed, *a_smoothed, *b_smoothed,