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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
normal.h 40 background_noise_(background_noise),
61 const BackgroundNoise& background_noise_; member in class:webrtc::Normal
time_stretch.h 44 background_noise_(background_noise),
91 const BackgroundNoise& background_noise_; member in class:webrtc::TimeStretch
expand.h 45 background_noise_(background_noise),
163 BackgroundNoise* background_noise_;
normal.cc 94 (energy > background_noise_.Energy(channel_ix))) {
97 // We want background_noise_.energy() / energy in Q14.
99 background_noise_.Energy(channel_ix) << (scaling+14);
time_stretch.cc 191 if (background_noise_.initialized()) {
192 right_side = background_noise_.Energy(master_channel_);
expand.cc 302 background_noise_->SetMuteFactor(ix, 0);
    [all...]
neteq_impl.cc 826 background_noise_->Update(*sync_buffer_, *vad_.get());
    [all...]
neteq_impl.h 354 scoped_ptr<BackgroundNoise> background_noise_ GUARDED_BY(crit_sect_);

Completed in 123 milliseconds