Home
last modified time | relevance | path

Searched refs:high_pow_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_bandwidth_unittest.cc35 PowerRatioEstimator() : low_pow_(0.f), high_pow_(0.f) { in PowerRatioEstimator()
44 float PowerRatio() { return high_pow_ / low_pow_; } in PowerRatio()
63 high_pow_ += high_pow / (num_input_channels * kFftSize); in ProcessAudioBlock()
70 float high_pow_; member in webrtc::__anon7985984e0111::PowerRatioEstimator