OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_thetaCov
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc
58
memcpy(
_thetaCov
, rhs.
_thetaCov
, sizeof(
_thetaCov
));
88
_thetaCov
[0][0] = 1e-4;
89
_thetaCov
[1][1] = 1e2;
90
_thetaCov
[0][1] =
_thetaCov
[1][0] = 0;
221
_thetaCov
[0][0] += _Qcov[0][0];
222
_thetaCov
[0][1] += _Qcov[0][1];
223
_thetaCov
[1][0] += _Qcov[1][0]
[
all
...]
jitter_estimator.h
138
double
_thetaCov
[2][2]; // Estimate covariance
Completed in 59 milliseconds