libwebp/extras
Pascal Massimino 31b1e34342 fix SSIM metric ... by ignoring too-dark area
Roughly, if both the source and the reference areas are
darker too dark (R/G/B <= ~6), they are ignored.

One caveat: SSIM calculation won't work for U/V planes,
which are 128-centered and not related to luminance.
But WebPPlaneDistortion() enforces the conversion to RGB,
if needed.

Change-Id: I586c2579c475583b8c90c5baefd766b1d5aea591
2016-10-20 15:17:55 +02:00
..
extras.c Add an API to import a color-mapped image. 2016-09-28 14:23:23 +02:00
extras.h Add an API to import a color-mapped image. 2016-09-28 14:23:23 +02:00
get_disto.c fix SSIM metric ... by ignoring too-dark area 2016-10-20 15:17:55 +02:00
Makefile.am {extras,mux}/Makefile.am: add missing -lm 2016-08-15 22:32:46 -07:00
quality_estimate.c webp_quality: detect lossless format and features 2016-07-22 00:16:56 -07:00
webp_quality.c webp_quality should return '0' in case of success. 2016-08-20 21:07:31 +02:00