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

  /external/webrtc/webrtc/modules/video_coding/
rtt_filter.h 54 const uint32_t _filtFactMax;
rtt_filter.cc 22 : _filtFactMax(35),
74 if (_filtFactCount > _filtFactMax) {
76 // (_filtFactMax - 1) / _filtFactMax,
77 // e.g., _filtFactMax = 50 => filtFactor = 49/50 = 0.98
78 _filtFactCount = _filtFactMax;

Completed in 90 milliseconds