Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc67 hist_bin_index_(), in LoudnessHistogram()
82 hist_bin_index_(new int[window_size]), in LoudnessHistogram()
111 int oldest_hist_index = hist_bin_index_[buffer_index_]; in RemoveOldestEntryAndUpdate()
122 UpdateHist(-activity_probability_[index], hist_bin_index_[index]); in RemoveTransient()
146 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()
Dloudness_histogram.h77 std::unique_ptr<int[]> hist_bin_index_; variable