Searched refs:GetNoiseLevel (Results 1 – 3 of 3) sorted by relevance
45 uint8_t GetNoiseLevel();
104 uint8_t NoiseEstimation::GetNoiseLevel() { in GetNoiseLevel() function in webrtc::NoiseEstimation
250 uint8_t noise_level = noise_estimation_enabled ? ne_->GetNoiseLevel() : 0; in DenoiseFrame()