Searched refs:BackgroundNoise (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise_unittest.cc11 // Unit tests for BackgroundNoise class.
19 TEST(BackgroundNoise, CreateAndDestroy) {
21 BackgroundNoise bgn(channels);
H A Dnormal.h26 class BackgroundNoise;
36 const BackgroundNoise& background_noise,
61 const BackgroundNoise& background_noise_;
H A Daccelerate.h24 class BackgroundNoise;
33 const BackgroundNoise& background_noise)
73 const BackgroundNoise& background_noise) const;
H A Dpreemptive_expand.h24 class BackgroundNoise;
34 const BackgroundNoise& background_noise,
82 const BackgroundNoise& background_noise,
H A Dexpand_unittest.cc25 BackgroundNoise bgn(channels);
34 BackgroundNoise bgn(channels);
H A Dbackground_noise.cc24 BackgroundNoise::BackgroundNoise(size_t num_channels) function in class:webrtc::BackgroundNoise
31 BackgroundNoise::~BackgroundNoise() {}
33 void BackgroundNoise::Reset() {
41 void BackgroundNoise::Update(const AudioMultiVector& input,
125 int32_t BackgroundNoise::Energy(size_t channel) const {
130 void BackgroundNoise::SetMuteFactor(size_t channel, int16_t value) {
135 int16_t BackgroundNoise::MuteFactor(size_t channel) const {
140 const int16_t* BackgroundNoise
[all...]
H A Dmerge_unittest.cc28 BackgroundNoise bgn(channels);
H A Dtime_stretch_unittest.cc25 BackgroundNoise bgn(kNumChannels);
35 BackgroundNoise bgn(kNumChannels);
H A Dbackground_noise.h28 class BackgroundNoise { class in namespace:webrtc
34 explicit BackgroundNoise(size_t num_channels);
35 virtual ~BackgroundNoise();
133 DISALLOW_COPY_AND_ASSIGN(BackgroundNoise);
H A Dtime_stretch.h24 class BackgroundNoise;
39 const BackgroundNoise& background_noise)
91 const BackgroundNoise& background_noise_;
H A Dexpand.h24 class BackgroundNoise;
34 Expand(BackgroundNoise* background_noise,
163 BackgroundNoise* background_noise_;
179 virtual Expand* Create(BackgroundNoise* background_noise,
H A Dnormal_unittest.cc36 BackgroundNoise bgn(channels);
49 BackgroundNoise bgn(channels);
93 BackgroundNoise bgn(channels);
H A Daccelerate.cc84 const BackgroundNoise& background_noise) const {
H A Dpreemptive_expand.cc104 const BackgroundNoise& background_noise,
H A Dneteq_impl.h32 class BackgroundNoise;
354 scoped_ptr<BackgroundNoise> background_noise_ GUARDED_BY(crit_sect_);
H A Dexpand.cc44 static const int kNoiseLpcOrder = BackgroundNoise::kMaxLpcOrder;
320 static const int kNoiseLpcOrder = BackgroundNoise::kMaxLpcOrder;
791 Expand* ExpandFactory::Create(BackgroundNoise* background_noise,
800 // TODO(turajs): This can be moved to BackgroundNoise class.
807 static const int kNoiseLpcOrder = BackgroundNoise::kMaxLpcOrder;
882 // Update mute_factor in BackgroundNoise class.
H A Dneteq_impl.cc1871 // Delete BackgroundNoise object and create a new one.
1872 background_noise_.reset(new BackgroundNoise(channels));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_expand.h22 MockExpand(BackgroundNoise* background_noise,
50 Expand*(BackgroundNoise* background_noise,

Completed in 6653 milliseconds