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

  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 33 content_metrics_(NULL) {
82 if (content_metrics_ != NULL) {
83 delete content_metrics_;
84 content_metrics_ = NULL;
117 if (content_metrics_ != NULL) {
118 delete content_metrics_;
132 content_metrics_ = new VideoContentMetrics();
133 if (content_metrics_ == NULL) {
272 content_metrics_->spatial_pred_err = spatial_pred_err_;
273 content_metrics_->spatial_pred_err_h = spatial_pred_err_h_
    [all...]
frame_preprocessor.cc 18 : content_metrics_(nullptr),
37 content_metrics_ = nullptr;
131 content_metrics_ = ca_->ComputeContentMetrics(*current_frame);
138 return content_metrics_;
content_analysis.h 82 VideoContentMetrics* content_metrics_; member in class:webrtc::VPMContentAnalysis
frame_preprocessor.h 71 VideoContentMetrics* content_metrics_; member in class:webrtc::VPMFramePreprocessor
  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 26 : content_metrics_(NULL),
55 content_metrics_ = contentMetrics;
59 if (content_metrics_) {
60 motion_.value = content_metrics_->motion_magnitude;
76 if (content_metrics_) {
77 spatial_err = content_metrics_->spatial_pred_err;
78 spatial_err_h = content_metrics_->spatial_pred_err_h;
79 spatial_err_v = content_metrics_->spatial_pred_err_v;
312 if (content_metrics_ == NULL) {
873 if (content_metrics_)
    [all...]
qm_select_unittest.cc 36 content_metrics_(new VideoContentMetrics()),
39 VideoContentMetrics* content_metrics_; member in class:webrtc::QmSelectTest
71 delete content_metrics_;
    [all...]
qm_select.h 151 const VideoContentMetrics* content_metrics_; member in class:webrtc::VCMQmMethod

Completed in 306 milliseconds