Searched refs:hist_index (Results 1 – 2 of 2) sorted by relevance
95 int hist_index = GetBinIndex(rms); in Update() local99 InsertNewestEntryAndUpdate(prob_q10, hist_index); in Update()129 int hist_index) { in InsertNewestEntryAndUpdate() argument145 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()158 UpdateHist(activity_prob_q10, hist_index); in InsertNewestEntryAndUpdate()161 void Histogram::UpdateHist(int activity_prob_q10, int hist_index) { in UpdateHist() argument162 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()
57 void InsertNewestEntryAndUpdate(int activity_prob_q10, int hist_index);58 void UpdateHist(int activity_prob_q10, int hist_index);