Home
last modified time | relevance | path

Searched refs:_noiseStdDevs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.h135 const double _noiseStdDevs; variable
Djitter_estimator.cc42 _noiseStdDevs(2.33), // ~Less than 1% chance in VCMJitterEstimator()
345 double noiseThreshold = _noiseStdDevs * sqrt(_varNoise) - _noiseStdDevOffset; in NoiseThreshold()