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

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 135 const double _noiseStdDevs;
jitter_estimator.cc 42 _noiseStdDevs(2.33), // ~Less than 1% chance
345 double noiseThreshold = _noiseStdDevs * sqrt(_varNoise) - _noiseStdDevOffset;

Completed in 3741 milliseconds