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

  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.h 56 const double _driftStdDevs;
rtt_filter.cc 24 _driftStdDevs(3.5),
128 if (_maxRtt - _avgRtt > _driftStdDevs * sqrt(_varRtt)) {

Completed in 123 milliseconds