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

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.cc 64 bin_count_q10_(),
79 bin_count_q10_(),
162 bin_count_q10_[hist_index] += activity_prob_q10;
182 memset(bin_count_q10_, 0, sizeof(bin_count_q10_));
219 p = static_cast<double>(bin_count_q10_[n]) * p_total_inverse;
histogram.h 67 // |bin_count_q10_|.
73 int64_t bin_count_q10_[kHistSize]; member in class:webrtc::Histogram

Completed in 477 milliseconds