Searched refs:background_noise_ (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnormal.h40 background_noise_(background_noise),
61 const BackgroundNoise& background_noise_; member in class:webrtc::Normal
H A Dtime_stretch.h44 background_noise_(background_noise),
96 const BackgroundNoise& background_noise_;
H A Dtime_stretch_unittest.cc67 background_noise_(kNumChannels) {
79 Accelerate accelerate(sample_rate_hz_, kNumChannels, background_noise_);
108 BackgroundNoise background_noise_; member in class:webrtc::TimeStretchTest
H A Dexpand_unittest.cc75 background_noise_(num_channels_),
78 expand_(&background_noise_,
104 BackgroundNoise background_noise_; member in class:webrtc::ExpandTest
H A Dexpand.cc41 background_noise_(background_noise),
343 background_noise_->SetMuteFactor(ix, 0);
868 if (background_noise_->initialized()) {
871 background_noise_->FilterState(channel),
875 if (background_noise_->ScaleShift(channel) > 1) {
876 dc_offset = 1 << (background_noise_->ScaleShift(channel) - 1);
882 background_noise_->Scale(channel), dc_offset,
883 background_noise_->ScaleShift(channel),
887 background_noise_->Filter(channel),
891 background_noise_
[all...]
H A Dnormal.cc96 (energy > background_noise_.Energy(channel_ix))) {
99 // We want background_noise_.energy() / energy in Q14.
101 background_noise_.Energy(channel_ix) << (scaling+14);
H A Dtime_stretch.cc191 if (background_noise_.initialized()) {
192 right_side = background_noise_.Energy(master_channel_);
H A Dexpand.h132 BackgroundNoise* const background_noise_;
H A Dneteq_impl.cc908 background_noise_->Update(*sync_buffer_, *vad_.get());
1951 expand_.reset(expand_factory_->Create(background_noise_.get(),
1991 background_noise_.reset(new BackgroundNoise(channels));
1992 background_noise_->set_mode(background_noise_mode_);
2003 normal_.reset(new Normal(fs_hz, decoder_database_.get(), *background_noise_,
2006 accelerate_factory_->Create(fs_hz, channels, *background_noise_));
2008 fs_hz, channels, *background_noise_, expand_->overlap_length()));
H A Dneteq_impl.h364 rtc::scoped_ptr<BackgroundNoise> background_noise_ GUARDED_BY(crit_sect_);

Completed in 379 milliseconds