/third_party/ffmpeg/tests/ref/fate/ |
D | filter-refcmp-ssim-rgb | 2 lavfi.ssim.R=0.72 3 lavfi.ssim.G=0.76 4 lavfi.ssim.B=0.89 5 lavfi.ssim.All=0.79 6 lavfi.ssim.dB=6.74 8 lavfi.ssim.R=0.70 9 lavfi.ssim.G=0.74 10 lavfi.ssim.B=0.85 11 lavfi.ssim.All=0.77 12 lavfi.ssim.dB=6.31 [all …]
|
D | filter-refcmp-ssim-yuv | 2 lavfi.ssim.Y=0.80 3 lavfi.ssim.U=0.76 4 lavfi.ssim.V=0.69 5 lavfi.ssim.All=0.76 6 lavfi.ssim.dB=6.25 8 lavfi.ssim.Y=0.80 9 lavfi.ssim.U=0.73 10 lavfi.ssim.V=0.68 11 lavfi.ssim.All=0.75 12 lavfi.ssim.dB=6.08 [all …]
|
/third_party/ffmpeg/tests/ |
D | tiny_ssim.c | 102 float ssim = 0.0; in ssim_end4() local 106 ssim += ssim_end1( sum0[i][0] + sum0[i+1][0] + sum1[i][0] + sum1[i+1][0], in ssim_end4() 110 return ssim; in ssim_end4() 120 float ssim = 0.0; in ssim_plane() local 134 ssim += ssim_end4( sum0+x, sum1+x, FFMIN(4,width-x-1) ); in ssim_plane() 137 return ssim / ((height-1) * (width-1)); in ssim_plane() 158 static double ssim_db( double ssim, double weight ) in ssim_db() argument 160 return 10*(log(weight)/log(10)-log(weight-ssim)/log(10)); in ssim_db() 163 static void print_results(uint64_t ssd[3], double ssim[3], int frames, int w, int h) in print_results() 171 ssim[0] / frames, in print_results() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ssim.c | 57 double ssim[4], ssim_total; member 80 FRAMESYNC_DEFINE_CLASS(ssim, SSIMContext, fs); 196 float ssim = 0.0; in ssim_endn_16bit() local 200 ssim += ssim_end1x(sum0[i][0] + sum0[i + 1][0] + sum1[i][0] + sum1[i + 1][0], in ssim_endn_16bit() 205 return ssim; in ssim_endn_16bit() 210 double ssim = 0.0; in ssim_endn_8bit() local 214 ssim += ssim_end1(sum0[i][0] + sum0[i + 1][0] + sum1[i][0] + sum1[i + 1][0], in ssim_endn_8bit() 218 return ssim; in ssim_endn_8bit() 256 double ssim = 0.0; in ssim_plane_16bit() local 271 … ssim += ssim_endn_16bit((const int64_t (*)[4])sum0, (const int64_t (*)[4])sum1, width - 1, max); in ssim_plane_16bit() [all …]
|
D | vf_libvmaf.c | 62 int ssim; member 81 …{"ssim", "Enables computing ssim along with vmaf.", OFFSET(ssim), … 175 s->phone_model, s->psnr, s->ssim, in compute_vmaf_score()
|
/third_party/ffmpeg/libavcodec/ |
D | libxvid.c | 83 int ssim; /**< SSIM information display mode */ member 386 xvid_plugin_ssim_t ssim = { 0 }; in xvid_encode_init() local 584 if (x->ssim) { in xvid_encode_init() 586 ssim.b_printstat = x->ssim == 2; in xvid_encode_init() 587 ssim.acc = x->ssim_acc; in xvid_encode_init() 588 ssim.cpu_flags = xvid_gbl_init.cpu_flags; in xvid_encode_init() 589 ssim.b_visualize = 0; in xvid_encode_init() 590 plugins[xvid_enc_create.num_plugins].param = &ssim; in xvid_encode_init() 682 …av_assert0(xvid_enc_create.num_plugins + (!!x->ssim) + (!!x->variance_aq) + (!!x->lumi_aq) <= FF_A… in xvid_encode_init() 911 …{ "ssim", "Show SSIM information to stdout", OFFSET(ssim), AV_OPT_TYPE_INT, { .i64…
|
D | libx264.c | 79 int ssim; member 778 if (x4->ssim >= 0) in X264_init() 779 x4->params.analyse.b_ssim = x4->ssim; in X264_init() 1097 …{ "ssim", "Calculate and print SSIM stats.", OFFSET(ssim), AV_OP…
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 411 gdouble ssim; in gst_compare_ssim_component() local 413 ssim = gst_compare_ssim_window (comp, data1 + step * i + j * stride, in gst_compare_ssim_component() 417 i, j, ssim); in gst_compare_ssim_component() 418 ssim_sum += ssim; in gst_compare_ssim_component() 437 gdouble cssim[4], ssim, c[4] = { 1.0, 0.0, 0.0, 0.0 }; in gst_compare_ssim() local 497 ssim = cssim[0] * c[0] + cssim[1] * c[1] + cssim[2] * c[2] + cssim[3] * c[3]; in gst_compare_ssim() 499 return ssim; in gst_compare_ssim()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_ssim.asm | 2 ;* x86-optimized functions for ssim filter 222 addpd m0, m3 ; ssim 223 addpd m6, m5 ; ssim
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel() local 182 int diff = (int)(255 * (1. - ssim)); in SSIMScaleChannel()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | Makefile.am | 44 ENC_SOURCES += ssim.c
|
/third_party/skia/third_party/externals/libwebp/ |
D | Android.mk | 117 src/dsp/ssim.c \
|
D | build.gradle | 193 include "ssim.c"
|
D | makefile.unix | 209 src/dsp/ssim.o \
|
D | Makefile.vc | 258 $(DIROBJ)\dsp\ssim.obj \
|
D | ChangeLog | 713 80a22186 ssim.c: remove dead include 715 693bf74e move the SSIM calculation code in ssim.c / ssim_sse2.c 2523 bab30fca Merge "fix -print_psnr / ssim options" 2524 ebef7fb3 fix -print_psnr / ssim options
|
/third_party/skia/third_party/libwebp/ |
D | BUILD.gn | 122 "../externals/libwebp/src/dsp/ssim.c",
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 856 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) SSIM_FILTER) += fate-filter-refcmp-ssim-rgb 857 fate-filter-refcmp-ssim-rgb: CMD = refcmp_metadata ssim rgb24 0.015 859 FATE_FILTER_SAMPLES-$(call ALLYES, $(REFCMP_DEPS) SSIM_FILTER) += fate-filter-refcmp-ssim-yuv 860 fate-filter-refcmp-ssim-yuv: CMD = refcmp_metadata ssim yuv422p 0.015
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 1547 @item ssim (@emph{1}) 2030 @item ssim (@emph{ssim}) 2508 @item ssim (@emph{ssim}) 2915 @item ssim
|
D | filters.texi | 13907 @item ssim 13908 Enables computing ssim along with vmaf. 18873 @section ssim 18925 [main][ref] ssim="stats_file=stats.log" [out] 18933 Another example with both psnr and ssim at same time: 18935 ffmpeg -i main.mpg -i ref.mpg -lavfi "ssim;[0:v][1:v]psnr" -f null - 18941 …=AVTB,setpts=PTS-STARTPTS[main];[1:v]settb=AVTB,setpts=PTS-STARTPTS[ref];[main][ref]ssim" -f null -
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 560 -bad videomeasure: ssim: SSim
|
/third_party/skia/third_party/ |
D | BUILD.bazel | 415 "externals/libwebp/src/dsp/ssim.c",
|
/third_party/ffmpeg/ |
D | Changelog | 526 blend, libvmaf, lut3d, overlay, psnr, ssim. 744 - ssim filter
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 3458 …ghthouse-background.js(71019,25): error TS2792: Cannot find module 'image-ssim'. Did you mean to s…
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 65977 is 0.81, against 0.70 for the old ssim implementation, and 172954 ssim: Set classification to Filter/Analyzer/Video instead of Filter/Converter/Video 177749 ssim: Add I420 support
|