OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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