Home
last modified time | relevance | path

Searched refs:Ssim (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc76 double best_ssim = Ssim(reference_frame, test_frame); in CalculateCropRegion()
95 Ssim(CropAndZoom(test_region, reference_frame), test_frame); in CalculateCropRegion()
113 Ssim(CropAndZoom(test_region, reference_frame), test_frame); in CalculateCropRegion()
Dvideo_temporal_aligner.cc159 ssim.push_back(Ssim(test_frame, ref_frame)); in FindBestMatch()
171 Ssim(test_frame, reference_video.GetFrame(start_index)); in FindNextMatch()
175 if (start_ssim < Ssim(test_frame, reference_video.GetFrame(next_index))) in FindNextMatch()
Dvideo_quality_analysis.cc51 double Ssim(const rtc::scoped_refptr<I420BufferInterface>& ref_buffer, in Ssim() function
71 result.ssim_value = Ssim(reference_frame, test_frame); in RunAnalysis()
Dvideo_quality_analysis.h66 double Ssim(const rtc::scoped_refptr<I420BufferInterface>& ref_buffer,
Dreference_less_video_analysis_lib.cc117 double result_ssim = webrtc::test::Ssim(current_frame, next_frame); in compute_metrics()
Dvideo_temporal_aligner_unittest.cc123 EXPECT_EQ(1.0, Ssim(test_video->GetFrame(i), in TEST_F()
Dvideo_color_aligner_unittest.cc62 Ssim(test_frame, AdjustColors(kIdentityColorMatrix, test_frame))); in TEST_F()
Dvideo_geometry_aligner_unittest.cc57 EXPECT_EQ(1.0, Ssim(frame, CropAndZoom(identity_region, frame))); in TEST_F()
/external/webrtc/rtc_tools/psnr_ssim_analyzer/
Dpsnr_ssim_analyzer.cc54 double result_ssim = webrtc::test::Ssim(ref_buffer, test_buffer); in CompareFiles()
/external/libyuv/files/unit_test/
Dcompare_test.cc648 TEST_F(LibYUVCompareTest, Ssim) { in TEST_F() argument