Searched refs:NoiseThreshold (Results 1 – 2 of 2) sorted by relevance
100 double NoiseThreshold() const;
344 double VCMJitterEstimator::NoiseThreshold() const { in NoiseThreshold() function in webrtc::VCMJitterEstimator354 double ret = _theta[0] * (_maxFrameSize - _avgFrameSize) + NoiseThreshold(); in CalculateEstimate()