webp/examples
Pascal Massimino cfbf88a6c4 add SSE2 functions. ~2x faster encoding on average.
For now, SSE2 functions are compiled a-minima: only on platforms
where __SSE2__ is defined. Let's later add some autoconf-based
config to enable/disable at will.

One can disable SSE2 at run-time by hooking-up VP8GetInfo.
There is a new option "-noasm" in cwebp for that.
Output should be binary the same between C and SSE2 version. If not,
that's a bug!

patch by Christian Duvivier (cduvivier at google dot com)

Change-Id: Iae006c3cdcb7e8280e846cedb94d239dab1e42ae
2011-04-22 15:34:23 -07:00
..
cwebp.c add SSE2 functions. ~2x faster encoding on average. 2011-04-22 15:34:23 -07:00
dwebp.c more C89-fixes 2011-03-25 15:19:37 -07:00
Makefile.am a WebP encoder 2011-02-18 23:54:59 -08:00
stopwatch.h * add decoding measurement using stopwatch.h (use -v option) 2011-02-16 15:01:27 -08:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp a WebP encoder 2011-02-18 23:54:59 -08:00