Lines Matching defs:old_a_smoothed
2460 int old_a_raw = *a_raw, old_a_smoothed = *a_smoothed;
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2484 old_a_smoothed = old_a_raw;
2492 CHECK_(0 <= old_a_smoothed);
2494 CHECK_(old_a_smoothed <= UATP_MAX_POSITION);
2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw);
2515 if (*a_smoothed < old_a_smoothed)
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_smoothed;
2541 (int)(*a_smoothed - old_a_smoothed),
2545 old_a_smoothed, old_b_smoothed,
2552 (int)(*a_smoothed - old_a_smoothed),
2557 (int)(*a_smoothed - old_a_smoothed),
2564 *da = accelerate(sc, old_a_raw, *a_raw, old_a_smoothed, *a_smoothed,
2570 ctx, old_a_smoothed, old_b_smoothed, *a_smoothed, *b_smoothed,