HomeSort by relevance Sort by last modified time
    Searched refs:_thetaLow (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 131 const double _thetaLow;
jitter_estimator.cc 38 _thetaLow(0.000001),
260 if (_theta[0] < _thetaLow) {
261 _theta[0] = _thetaLow;

Completed in 89 milliseconds