Searched refs:kSSIM (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 33 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/ |
D | video_quality_analysis.h | 41 enum VideoAnalysisMetricsType {kPSNR, kSSIM}; enumerator
|
D | video_quality_analysis.cc | 212 case kSSIM: in CalculateMetrics() 273 double result_ssim = CalculateMetrics(kSSIM, reference_frame, test_frame, in RunAnalysis()
|
/external/webrtc/webrtc/tools/psnr_ssim_analyzer/ |
D | psnr_ssim_analyzer.cc | 57 webrtc::test::kSSIM, ref_frame, test_frame, width, height); in CompareFiles()
|