Searched refs:rate_from_base (Results 1 – 1 of 1) sorted by relevance
400 double observed_rate, rate_from_base, new_rate; in bt_calibration_thread() local419 …rate_from_base = mach_bridge_compute_rate(curr_local_ts, curr_remote_ts, bt_params_snapshot.base_l… in bt_calibration_thread()421 …ew_rate = CUMULATIVE_RATE_WEIGHT * cumulative_rate + (1 - CUMULATIVE_RATE_WEIGHT) * rate_from_base; in bt_calibration_thread()