Searched refs:dssim (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/iqa/ |
D | iqa.c | 206 double dssim; in do_dssim() local 260 dssim = dssim_compare (attr, ref_image, cmp_image); in do_dssim() 265 if (self->ssim_threshold > 0 && dssim > self->ssim_threshold) { in do_dssim() 275 srcpad)->segment.position), dssim, self->ssim_threshold), in do_dssim() 284 if (dssim > self->max_dssim) { in do_dssim() 292 to_byte (max / ((1.0 - map_meta.dssim) * 4.0)),.a = 255,}; in do_dssim() 294 self->max_dssim = dssim; in do_dssim() 297 gst_structure_set (dssim_structure, padname, G_TYPE_DOUBLE, dssim, NULL); in do_dssim()
|
D | meson.build | 6 dssim_dep = dependency('dssim', required: iqa_opt, 7 fallback: ['dssim', 'dssim_dep'])
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 49052 dssim: Add a dssim-error-threshold property 65973 It only offers one metric for now, "dssim", available if 65974 https://github.com/pornel/dssim was installed on the system 65976 The spearman correlation for dssim against the TID2008 dataset
|