OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:background_noise_
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
normal.h
40
background_noise_
(background_noise),
61
const BackgroundNoise&
background_noise_
;
member in class:webrtc::Normal
time_stretch_unittest.cc
67
background_noise_
(kNumChannels) {
79
Accelerate accelerate(sample_rate_hz_, kNumChannels,
background_noise_
);
108
BackgroundNoise
background_noise_
;
member in class:webrtc::TimeStretchTest
time_stretch.h
44
background_noise_
(background_noise),
96
const BackgroundNoise&
background_noise_
;
expand_unittest.cc
75
background_noise_
(num_channels_),
78
expand_(&
background_noise_
,
104
BackgroundNoise
background_noise_
;
member in class:webrtc::ExpandTest
expand.cc
41
background_noise_
(background_noise),
343
background_noise_
->SetMuteFactor(ix, 0);
[
all
...]
normal.cc
96
(energy >
background_noise_
.Energy(channel_ix))) {
99
// We want
background_noise_
.energy() / energy in Q14.
101
background_noise_
.Energy(channel_ix) << (scaling+14);
expand.h
132
BackgroundNoise* const
background_noise_
;
time_stretch.cc
191
if (
background_noise_
.initialized()) {
192
right_side =
background_noise_
.Energy(master_channel_);
neteq_impl.cc
[
all
...]
neteq_impl.h
364
rtc::scoped_ptr<BackgroundNoise>
background_noise_
GUARDED_BY(crit_sect_);
Completed in 106 milliseconds