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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.cc 44 motion_.Reset();
52 return content_class_ = 3 * motion_.level + spatial_.level;
61 motion_.value = content_metrics_->motion_magnitude;
64 if (motion_.value < kLowMotionNfd) {
65 motion_.level = kLow;
66 } else if (motion_.value > kHighMotionNfd) {
67 motion_.level = kHigh;
69 motion_.level = kDefault;
676 if (spatial_.level == kDefault && motion_.level != kHigh &&
685 if (motion_.level == kLow && spatial_.level == kLow &
    [all...]
qm_select.h 182 VCMContFeature motion_; member in class:webrtc::VCMQmMethod

Completed in 241 milliseconds