Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc33 enum VideoMetricsType { kPSNR, kSSIM, kBoth }; enumerator
47 case kSSIM: in CalculateFrame()
135 case kSSIM: in CalculateMetrics()
136 CalculateFrame(kSSIM, &ref_frame, &test_frame, frame_number, in CalculateMetrics()
142 CalculateFrame(kSSIM, &ref_frame, &test_frame, frame_number, in CalculateMetrics()
193 return CalculateMetrics(kSSIM, ref_filename, test_filename, width, height, in I420SSIMFromFiles()
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.h41 enum VideoAnalysisMetricsType {kPSNR, kSSIM}; enumerator
Dvideo_quality_analysis.cc212 case kSSIM: in CalculateMetrics()
273 double result_ssim = CalculateMetrics(kSSIM, reference_frame, test_frame, in RunAnalysis()
/external/webrtc/webrtc/tools/psnr_ssim_analyzer/
Dpsnr_ssim_analyzer.cc57 webrtc::test::kSSIM, ref_frame, test_frame, width, height); in CompareFiles()