Home
last modified time | relevance | path

Searched defs:ssim (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dssim.h43 double ssim; member
52 double ssim; member
Dfastssim.c41 double *ssim; member
193 double *ssim; in fs_apply_luminance() local
313 double *ssim; in fs_calc_structure() local
421 double *ssim; in fs_average() local
Dssim.c279 double ssim; in aom_get_ssim_metrics() local
/external/libvpx/libvpx/vpx_dsp/
Dssim.h41 double ssim; member
50 double ssim; member
Dfastssim.c39 double *ssim; member
191 double *ssim; in fs_apply_luminance() local
314 double *ssim; in fs_calc_structure() local
427 double *ssim; in fs_average() local
Dssim.c288 double ssim; in vpx_get_ssim_metrics() local
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc362 const webrtc::test::FrameResult& ssim = ssim_result.frames[i]; in PrintCsvOutput() local
440 const webrtc::test::FrameResult& ssim = ssim_result.frames[i]; in PrintPythonOutput() local
/external/libaom/libaom/test/
Dhbd_metrics_test.cc82 double ssim, weight; in compute_hbd_aomssim() local
89 double ssim, weight; in compute_aomssim() local
/external/libvpx/libvpx/tools/
Dtiny_ssim.c430 #define psnr_and_ssim(ssim, psnr, buf0, buf1, w, h) \ in main() argument
441 #define psnr_and_ssim(ssim, psnr, buf0, buf1, w, h) \ in main() argument
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc324 double ssim; member
479 double ssim = I420SSIM(&comparison.reference, &comparison.render); in PerformFrameComparison() local
/external/libyuv/files/util/
Dssim.cc355 double CalcLSSIM(double ssim) { in CalcLSSIM()
/external/ImageMagick/MagickCore/
Dcompare.c1523 ssim, in GetStructuralSimilarityDistortion() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2940 def ssim(img1, img2, max_val): function