Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc129 void LoudnessHistogram::InsertNewestEntryAndUpdate(int activity_prob_q10, in InsertNewestEntryAndUpdate() argument
134 if (activity_prob_q10 <= kLowProbThresholdQ10) { in InsertNewestEntryAndUpdate()
136 activity_prob_q10 = 0; in InsertNewestEntryAndUpdate()
145 activity_probability_[buffer_index_] = activity_prob_q10; in InsertNewestEntryAndUpdate()
159 UpdateHist(activity_prob_q10, hist_index); in InsertNewestEntryAndUpdate()
162 void LoudnessHistogram::UpdateHist(int activity_prob_q10, int hist_index) { in UpdateHist() argument
163 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()
164 audio_content_q10_ += activity_prob_q10; in UpdateHist()
Dloudness_histogram.h56 void InsertNewestEntryAndUpdate(int activity_prob_q10, int hist_index);
57 void UpdateHist(int activity_prob_q10, int hist_index);