Home
last modified time | relevance | path

Searched refs:_filtFactMax (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Drtt_filter.cc22 : _filtFactMax(35), in VCMRttFilter()
74 if (_filtFactCount > _filtFactMax) { in Update()
78 _filtFactCount = _filtFactMax; in Update()
Drtt_filter.h54 const uint32_t _filtFactMax; variable