Searched refs:MuteFactor (Results 1 – 6 of 6) sorted by relevance
166 int16_t bgn_mute_factor = MuteFactor(channel); in GenerateBackgroundNoise()190 int16_t BackgroundNoise::MuteFactor(size_t channel) const { in MuteFactor() function in webrtc::BackgroundNoise
60 int16_t MuteFactor(size_t channel) const;
61 int16_t MuteFactor(size_t channel) const { in MuteFactor() function
69 int16_t mute_factor = expand_->MuteFactor(channel_ix); in Process()
106 std::max(expand_->MuteFactor(channel), new_mute_factor); in Process()
1143 status.expand_mutefactor = expand_->MuteFactor(0); in GetDecision()1590 if (expand_->MuteFactor(0) == 0) { in DoMerge()1660 if (expand_->MuteFactor(0) == 0) { in DoExpand()2162 } else if (last_mode_ == Mode::kExpand && expand_->MuteFactor(0) == 0) { in LastOutputType()