Searched refs:_thetaLow (Results 1 – 2 of 2) sorted by relevance
36 _thetaLow(0.000001), in VCMJitterEstimator()282 if (_theta[0] < _thetaLow) in KalmanEstimateChannel()284 _theta[0] = _thetaLow; in KalmanEstimateChannel()
127 const double _thetaLow; variable