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

  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 27 motion_magnitude_(0.0f),
184 motion_magnitude_ = 0.0f;
200 motion_magnitude_ = tempDiffAvg / contrast;
276 content_metrics_->motion_magnitude = motion_magnitude_;
content_analysis.h 75 float motion_magnitude_; // motion class member in class:webrtc::VPMContentAnalysis
content_analysis_sse2.cc 97 motion_magnitude_ = 0.0f;
113 motion_magnitude_ = tempDiffAvg / contrast;

Completed in 73 milliseconds