Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h51 int16_t MuteFactor(size_t channel) const;
Dexpand.h60 int16_t MuteFactor(size_t channel) { in MuteFactor() function
Dnormal.cc71 expand_->MuteFactor(channel_ix)) >> 14); in Process()
Dbackground_noise.cc138 int16_t BackgroundNoise::MuteFactor(size_t channel) const { in MuteFactor() function in webrtc::BackgroundNoise
Dmerge.cc75 (*external_mute_factor * expand_->MuteFactor(channel)) >> 14; in Process()
Dneteq_impl.cc1456 if (expand_->MuteFactor(0) == 0) { in DoMerge()
1483 if (expand_->MuteFactor(0) == 0) { in DoExpand()
2034 } else if (last_mode_ == kModeExpand && expand_->MuteFactor(0) == 0) { in LastOutputType()
Dexpand.cc897 int16_t bgn_mute_factor = background_noise_->MuteFactor(channel); in GenerateBackgroundNoise()