Searched refs:_thetaLow (Results 1 – 2 of 2) sorted by relevance
38 _thetaLow(0.000001), in VCMJitterEstimator()260 if (_theta[0] < _thetaLow) { in KalmanEstimateChannel()261 _theta[0] = _thetaLow; in KalmanEstimateChannel()
131 const double _thetaLow; variable