Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram.cc66 hist_bin_index_(), in Histogram()
81 hist_bin_index_(new int[window_size]), in Histogram()
110 int oldest_hist_index = hist_bin_index_[buffer_index_]; in RemoveOldestEntryAndUpdate()
121 UpdateHist(-activity_probability_[index], hist_bin_index_[index]); in RemoveTransient()
145 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()
Dhistogram.h78 rtc::scoped_ptr<int[]> hist_bin_index_; variable