OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motion_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
qm_select.cc
43
motion_
.Reset();
51
return content_class_ = 3 *
motion_
.level + spatial_.level;
60
motion_
.value = content_metrics_->motion_magnitude;
63
if (
motion_
.value < kLowMotionNfd) {
64
motion_
.level = kLow;
65
} else if (
motion_
.value > kHighMotionNfd) {
66
motion_
.level = kHigh;
68
motion_
.level = kDefault;
671
if (spatial_.level == kDefault &&
motion_
.level != kHigh &&
680
if (
motion_
.level == kLow && spatial_.level == kLow &
[
all
...]
qm_select.h
165
VCMContFeature
motion_
;
member in class:webrtc::VCMQmMethod
Completed in 54 milliseconds