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

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

Completed in 97 milliseconds