Home
last modified time | relevance | path

Searched refs:UpdateNoiseEstimate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc81 UpdateNoiseEstimate(residual, min_frame_period, in_stable_state); in Update()
83 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
130 void OveruseEstimator::UpdateNoiseEstimate(double residual, in UpdateNoiseEstimate() function in webrtc::OveruseEstimator
Doveruse_estimator.h51 void UpdateNoiseEstimate(double residual, double ts_delta, bool stable_state);
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) { in UpdateNoiseEstimate() function
437 UpdateNoiseEstimate(inst, offset); in NoiseEstimationC()
446 UpdateNoiseEstimate(inst, offset); in NoiseEstimationC()
Dns_core.c801 static void UpdateNoiseEstimate(NoiseSuppressionC* self, in UpdateNoiseEstimate() function
1177 UpdateNoiseEstimate(self, magn, snrLocPrior, snrLocPost, noise); in WebRtcNs_AnalyzeCore()