Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc192 avg_rate_mismatch_ = 0.0f; in Reset()
376 avg_rate_mismatch_ = 0.0f; in ComputeRatesForSelection()
384 avg_rate_mismatch_ = static_cast<float>(sum_rate_MM_) / in ComputeRatesForSelection()
415 ((avg_rate_mismatch_ > kMaxRateMisMatch) && in ComputeEncoderState()
422 if ((avg_rate_mismatch_ > kMaxRateMisMatch) && in ComputeEncoderState()
Dqm_select.h330 float avg_rate_mismatch_; variable