HomeSort by relevance Sort by last modified time
    Searched refs:UpdateNoiseEstimate (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.h 51 void UpdateNoiseEstimate(double residual, double ts_delta, bool stable_state);
overuse_estimator.cc 81 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/
nsx_core.c 303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) {
437 UpdateNoiseEstimate(inst, offset);
446 UpdateNoiseEstimate(inst, offset);
    [all...]
ns_core.c 801 static void UpdateNoiseEstimate(NoiseSuppressionC* self,
    [all...]

Completed in 68 milliseconds