Home
last modified time | relevance | path

Searched refs:UpdateBase (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc155 _dropRatio.UpdateBase(0.8f); in UpdateRatio()
158 _dropRatio.UpdateBase(0.9f); in UpdateRatio()
173 _dropRatio.UpdateBase(0.9f); in UpdateRatio()
/external/webrtc/webrtc/base/
Dexp_filter.h40 void UpdateBase(float alpha);
Dexp_filter.cc40 void ExpFilter::UpdateBase(float alpha) { in UpdateBase() function in rtc::ExpFilter