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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 330 float avg_rate_mismatch_; member in class:webrtc::VCMQmResolution
qm_select.cc 192 avg_rate_mismatch_ = 0.0f;
376 avg_rate_mismatch_ = 0.0f;
384 avg_rate_mismatch_ = static_cast<float>(sum_rate_MM_) /
415 ((avg_rate_mismatch_ > kMaxRateMisMatch) &&
422 if ((avg_rate_mismatch_ > kMaxRateMisMatch) &&
    [all...]

Completed in 82 milliseconds