HomeSort by relevance Sort by last modified time
    Searched refs:_pP (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 50 _pP[0][0] = 1;
51 _pP[1][1] = _pP11;
52 _pP[0][1] = _pP[1][0] = 0;
115 _pP[1][1] = _pP11;
121 K[0] = _pP[0][0] * tMs + _pP[0][1];
122 K[1] = _pP[1][0] * tMs + _pP[1][1];
131 (_pP[0][0] - (K[0] * tMs * _pP[0][0] + K[0] * _pP[1][0]))
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 34 double _pP[2][2];

Completed in 36 milliseconds