Home
last modified time | relevance | path

Searched refs:max_iat_cumulative_sum_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc42 max_iat_cumulative_sum_(0), in DelayManager()
131 target_level_ = std::max(target_level_, max_iat_cumulative_sum_); in Update()
157 if (iat_cumulative_sum_ > max_iat_cumulative_sum_) { in UpdateCumulativeSums()
159 max_iat_cumulative_sum_ = iat_cumulative_sum_; in UpdateCumulativeSums()
164 max_iat_cumulative_sum_ -= kCumulativeSumDrift; in UpdateCumulativeSums()
315 max_iat_cumulative_sum_ = 0; in Reset()
Ddelay_manager.h155 int max_iat_cumulative_sum_; // Max of |iat_cumulative_sum_|. variable