Home
last modified time | relevance | path

Searched refs:num_updates_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc63 : num_updates_(0), in LoudnessHistogram()
78 : num_updates_(0), in LoudnessHistogram()
155 num_updates_++; in InsertNewestEntryAndUpdate()
156 if (num_updates_ < 0) in InsertNewestEntryAndUpdate()
157 num_updates_--; in InsertNewestEntryAndUpdate()
185 num_updates_ = 0; in Reset()
Dloudness_histogram.h46 int num_updates() const { return num_updates_; } in num_updates()
64 int num_updates_; variable
/external/webrtc/modules/audio_processing/ns/
Dquantile_noise_estimator.cc63 if (num_updates_ >= kLongStartupPhaseBlocks) { in Estimate()
72 if (num_updates_ < kLongStartupPhaseBlocks) { in Estimate()
75 ++num_updates_; in Estimate()
Dquantile_noise_estimator.h40 int num_updates_ = 1; variable
/external/webrtc/modules/audio_processing/aec3/
Dsignal_dependent_erle_estimator.cc145 num_updates_(num_capture_channels), in SignalDependentErleEstimator()
164 num_updates_[ch].fill(0); in Reset()
286 ++num_updates_[ch][subband]; in UpdateCorrectionFactors()
317 num_updates_[ch][subband] > kNumUpdateThr) { in UpdateCorrectionFactors()
Dsignal_dependent_erle_estimator.h92 std::vector<std::array<int, kSubbands>> num_updates_; variable