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

  /external/webrtc/webrtc/modules/video_coding/
content_metrics_processing.cc 29 uniform_avg_ = new VideoContentMetrics();
34 delete uniform_avg_;
39 uniform_avg_->Reset();
61 uniform_avg_->motion_magnitude =
63 uniform_avg_->spatial_pred_err =
65 return uniform_avg_;
content_metrics_processing.h 65 VideoContentMetrics* uniform_avg_; member in class:webrtc::VCMContentMetricsProcessing

Completed in 718 milliseconds