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

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.cc 63 audio_content_q10_(0),
78 audio_content_q10_(0),
163 audio_content_q10_ += activity_prob_q10;
167 return audio_content_q10_ / kProbQDomain;
183 audio_content_q10_ = 0;
216 if (audio_content_q10_ > 0) {
217 double p_total_inverse = 1. / static_cast<double>(audio_content_q10_);
histogram.h 68 int64_t audio_content_q10_; member in class:webrtc::Histogram

Completed in 362 milliseconds