HomeSort by relevance Sort by last modified time
    Searched refs:UpdateHist (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h 58 void UpdateHist(int activity_prob_q10, int hist_index);
histogram.cc 111 UpdateHist(-oldest_prob, oldest_hist_index);
121 UpdateHist(-activity_probability_[index], hist_bin_index_[index]);
158 UpdateHist(activity_prob_q10, hist_index);
161 void Histogram::UpdateHist(int activity_prob_q10, int hist_index) {

Completed in 53 milliseconds