Searched refs:I420SSIM (Results 1 – 5 of 5) sorted by relevance
111 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame);112 double I420SSIM(const I420BufferInterface& ref_buffer,
349 double I420SSIM(const I420BufferInterface& ref_buffer, in I420SSIM() function358 return I420SSIM(ref_buffer, *scaled_buffer); in I420SSIM()368 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420SSIM() function371 return I420SSIM(*ref_frame->video_frame_buffer()->ToI420(), in I420SSIM()
159 frame_stat->ssim = I420SSIM(ref_buffer, dec_buffer); in CalculateFrameQuality()
756 ssim = I420SSIM(&*comparison.reference, &*comparison.render); in PerformFrameComparison()
684 ssim = I420SSIM(&*comparison.captured, &*comparison.rendered); in ProcessComparison()