OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_bin_index_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h
78
rtc::scoped_ptr<int[]>
hist_bin_index_
;
member in class:webrtc::Histogram
histogram.cc
66
hist_bin_index_
(),
81
hist_bin_index_
(new int[window_size]),
110
int oldest_hist_index =
hist_bin_index_
[buffer_index_];
121
UpdateHist(-activity_probability_[index],
hist_bin_index_
[index]);
145
hist_bin_index_
[buffer_index_] = hist_index;
Completed in 202 milliseconds