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

  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.h 55 const double _jumpStdDevs;
rtt_filter.cc 23 _jumpStdDevs(2.5),
95 if (fabs(diffFromAvg) > _jumpStdDevs * sqrt(_varRtt)) {

Completed in 82 milliseconds