Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc210 int32_t deltaFSBytes) { in KalmanEstimateChannel() argument
231 Mh[0] = _thetaCov[0][0] * deltaFSBytes + _thetaCov[0][1]; in KalmanEstimateChannel()
232 Mh[1] = _thetaCov[1][0] * deltaFSBytes + _thetaCov[1][1]; in KalmanEstimateChannel()
238 double sigma = (300.0 * exp(-fabs(static_cast<double>(deltaFSBytes)) / in KalmanEstimateChannel()
245 hMh_sigma = deltaFSBytes * Mh[0] + Mh[1] + sigma; in KalmanEstimateChannel()
256 measureRes = frameDelayMS - (deltaFSBytes * _theta[0] + _theta[1]); in KalmanEstimateChannel()
267 _thetaCov[0][0] = (1 - kalmanGain[0] * deltaFSBytes) * t00 - in KalmanEstimateChannel()
269 _thetaCov[0][1] = (1 - kalmanGain[0] * deltaFSBytes) * t01 - in KalmanEstimateChannel()
272 kalmanGain[1] * deltaFSBytes * t00; in KalmanEstimateChannel()
274 kalmanGain[1] * deltaFSBytes * t01; in KalmanEstimateChannel()
[all …]
Djitter_estimator.h88 void KalmanEstimateChannel(int64_t frameDelayMS, int32_t deltaFSBytes);
121 int32_t deltaFSBytes) const;