Searched refs:activity_prob_q10 (Results 1 – 2 of 2) sorted by relevance
129 void LoudnessHistogram::InsertNewestEntryAndUpdate(int activity_prob_q10, in InsertNewestEntryAndUpdate() argument134 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() argument163 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()164 audio_content_q10_ += activity_prob_q10; in UpdateHist()
56 void InsertNewestEntryAndUpdate(int activity_prob_q10, int hist_index);57 void UpdateHist(int activity_prob_q10, int hist_index);