libwebp/src/enc
James Zern b2b0090b4c Simplify Visual Studio ifdefs
Use _MSC_VER as the intrinsics compile without /arch:SSE2 on x86.
Also avoids applying the same flag to all files which defeated the
purpose of the runtime cpu-detection.

Thanks to Frank B. for the suggestion!

Change-Id: Iae9933a3cee704e663d9bbd53d0fa68e8c025425
2011-06-03 11:40:15 -07:00
..
alpha.c Add support for x64 and SSE2 builds under Windows. 2011-05-26 16:50:46 +02:00
analysis.c sse2 version of CollectHistogram() 2011-04-28 17:00:57 -07:00
bit_writer.c EXPERIMENTAL: add support for alpha channel 2011-04-25 23:29:39 -07:00
bit_writer.h EXPERIMENTAL: add support for alpha channel 2011-04-25 23:29:39 -07:00
config.c prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07:00
cost.c a WebP encoder 2011-02-18 23:54:59 -08:00
cost.h a WebP encoder 2011-02-18 23:54:59 -08:00
dsp_sse2.c Simplify Visual Studio ifdefs 2011-06-03 11:40:15 -07:00
dsp.c Simplify Visual Studio ifdefs 2011-06-03 11:40:15 -07:00
filter.c more C89-fixes 2011-03-25 15:19:37 -07:00
frame.c fix the dichotomy loop 2011-05-05 16:35:12 -07:00
iterator.c prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07:00
layer.c prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07:00
Makefile.am prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07:00
picture.c raise the fixed-point precision for the rescaler 2011-05-16 17:12:37 -07:00
quant.c merge two ITransforms together when applicable and change the TTransform 2011-04-21 13:35:56 -07:00
syntax.c Add error reporting from encoding failures. 2011-06-02 07:06:39 -07:00
tree.c a WebP encoder 2011-02-18 23:54:59 -08:00
vp8enci.h Add error reporting from encoding failures. 2011-06-02 07:06:39 -07:00
webpenc.c Add error reporting from encoding failures. 2011-06-02 07:06:39 -07:00