Searched refs:I420SSIM (Results 1 – 4 of 4) sorted by relevance
154 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame);
48 frame_result.value = I420SSIM(ref, test); in CalculateFrame()
323 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420SSIM() function
479 double ssim = I420SSIM(&comparison.reference, &comparison.render); in PerformFrameComparison()