Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc65 bin_count_q10_(), in LoudnessHistogram()
80 bin_count_q10_(), in LoudnessHistogram()
163 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()
183 memset(bin_count_q10_, 0, sizeof(bin_count_q10_)); in Reset()
220 p = static_cast<double>(bin_count_q10_[n]) * p_total_inverse; in CurrentRms()
Dloudness_histogram.h72 int64_t bin_count_q10_[kHistSize]; variable