Searched refs:Kc (Results 1 – 2 of 2) sorted by relevance
93 const float ClockRecoveryLoop::Kc = 1.0f; member in android::ClockRecoveryLoop259 dCO = Kc * (1.0f + dT/Ti) * delta_f - Kc * last_delta_f_; in pushDisciplineEvent()
63 static const float Kc; variable