Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc38 _thetaLow(0.000001), in VCMJitterEstimator()
260 if (_theta[0] < _thetaLow) { in KalmanEstimateChannel()
261 _theta[0] = _thetaLow; in KalmanEstimateChannel()
Djitter_estimator.h131 const double _thetaLow; variable