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

  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc 25 _detectThreshold(kMaxDriftJumpCount) {
113 if (abs(_jumpCount) >= _detectThreshold) {
116 _filtFactCount = _detectThreshold + 1;
135 if (_driftCount >= _detectThreshold) {
138 _filtFactCount = _detectThreshold + 1;
rtt_filter.h 59 const int32_t _detectThreshold;

Completed in 117 milliseconds