Home
last modified time | relevance | path

Searched refs:ComputeContentMetrics (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dcontent_metrics_test.cc37 _cM_c = ca__c.ComputeContentMetrics(video_frame_); in TEST_F()
38 _cM_SSE = ca__sse.ComputeContentMetrics(video_frame_); in TEST_F()
/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.h38 VideoContentMetrics* ComputeContentMetrics(const VideoFrame& inputFrame);
Dframe_preprocessor.cc131 content_metrics_ = ca_->ComputeContentMetrics(*current_frame); in PreprocessFrame()
Dcontent_analysis.cc52 VideoContentMetrics* VPMContentAnalysis::ComputeContentMetrics( in ComputeContentMetrics() function in webrtc::VPMContentAnalysis