Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc169 update_rate_cnt_ = 0; in ResetRates()
266 update_rate_cnt_++; in UpdateRates()
380 if (update_rate_cnt_ > 0) { in ComputeRatesForSelection()
382 static_cast<float>(sum_rate_MM_) / static_cast<float>(update_rate_cnt_); in ComputeRatesForSelection()
384 static_cast<float>(update_rate_cnt_); in ComputeRatesForSelection()
386 static_cast<float>(update_rate_cnt_); in ComputeRatesForSelection()
388 static_cast<float>(update_rate_cnt_); in ComputeRatesForSelection()
390 static_cast<float>(update_rate_cnt_); in ComputeRatesForSelection()
Dqm_select.h301 uint32_t update_rate_cnt_; variable