Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc30 iat_factor_(0), in DelayManager()
187 *it = (static_cast<int64_t>(*it) * iat_factor_) >> 15; in UpdateHistogram()
194 iat_vector_[iat_packets] += (32768 - iat_factor_) << 15; in UpdateHistogram()
195 vector_sum += (32768 - iat_factor_) << 15; // Add to vector sum. in UpdateHistogram()
216 iat_factor_ += (kIatFactor_ - iat_factor_ + 3) >> 2; in UpdateHistogram()
311 iat_factor_ = 0; // Adapt the histogram faster for the first few packets. in Reset()
Ddelay_manager.h137 int iat_factor_; // Forgetting factor for updating the IAT histogram (Q15). variable