Searched refs:UpdateNoiseEstimate (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_estimator.cc | 81 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
|
D | overuse_estimator.h | 51 void UpdateNoiseEstimate(double residual, double ts_delta, bool stable_state);
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) { in UpdateNoiseEstimate() function 437 UpdateNoiseEstimate(inst, offset); in NoiseEstimationC() 446 UpdateNoiseEstimate(inst, offset); in NoiseEstimationC()
|
D | ns_core.c | 801 static void UpdateNoiseEstimate(NoiseSuppressionC* self, in UpdateNoiseEstimate() function 1177 UpdateNoiseEstimate(self, magn, snrLocPrior, snrLocPost, noise); in WebRtcNs_AnalyzeCore()
|