Searched refs:_thetaLow (Results 1 – 2 of 2) sorted by relevance
41 _thetaLow(0.000001), in VCMJitterEstimator()262 if (_theta[0] < _thetaLow) { in KalmanEstimateChannel()263 _theta[0] = _thetaLow; in KalmanEstimateChannel()
120 const double _thetaLow; variable