Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Djitter_estimator.h91 double NoiseThreshold() const;
Djitter_estimator.cc344 double VCMJitterEstimator::NoiseThreshold() const { in NoiseThreshold() function in webrtc::VCMJitterEstimator
354 double ret = _theta[0] * (_maxFrameSize - _avgFrameSize) + NoiseThreshold(); in CalculateEstimate()