Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc59 memcpy(_Qcov, rhs._Qcov, sizeof(_Qcov)); in operator =()
91 _Qcov[0][0] = 2.5e-10; in Reset()
92 _Qcov[1][1] = 1e-10; in Reset()
93 _Qcov[0][1] = _Qcov[1][0] = 0; in Reset()
221 _thetaCov[0][0] += _Qcov[0][0]; in KalmanEstimateChannel()
222 _thetaCov[0][1] += _Qcov[0][1]; in KalmanEstimateChannel()
223 _thetaCov[1][0] += _Qcov[1][0]; in KalmanEstimateChannel()
224 _thetaCov[1][1] += _Qcov[1][1]; in KalmanEstimateChannel()
Djitter_estimator.h139 double _Qcov[2][2]; // Process noise covariance variable