OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_index
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h
57
void InsertNewestEntryAndUpdate(int activity_prob_q10, int
hist_index
);
58
void UpdateHist(int activity_prob_q10, int
hist_index
);
histogram.cc
95
int
hist_index
= GetBinIndex(rms);
local
99
InsertNewestEntryAndUpdate(prob_q10,
hist_index
);
129
int
hist_index
) {
145
hist_bin_index_[buffer_index_] =
hist_index
;
158
UpdateHist(activity_prob_q10,
hist_index
);
161
void Histogram::UpdateHist(int activity_prob_q10, int
hist_index
) {
162
bin_count_q10_[
hist_index
] += activity_prob_q10;
Completed in 51 milliseconds