libwebp/src/enc
Pascal Massimino e9273902f1 align buffer for double too
sometimes, gcc insert sse2 storeu instructions (like in VP8InitFilter())
with aligment requirements.

Bug was visible 'sometimes' in non-debug mode, when trying to use -af.

Change-Id: If3ec282bbbb9f9d0d33ca4b2c4bed46cd26fe495
2011-05-05 19:32:38 -07:00
..
alpha.c prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07: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 factorize and unify GetAlpha() between the C and SSE2 version 2011-05-04 17:02:35 -07:00
dsp.c factorize and unify GetAlpha() between the C and SSE2 version 2011-05-04 17:02:35 -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 cosmetics 2011-05-04 23:25:40 -07:00
quant.c merge two ITransforms together when applicable and change the TTransform 2011-04-21 13:35:56 -07:00
syntax.c prepare experimentation with yuv444 / 422 2011-05-04 15:41:08 -07:00
tree.c a WebP encoder 2011-02-18 23:54:59 -08:00
vp8enci.h factorize and unify GetAlpha() between the C and SSE2 version 2011-05-04 17:02:35 -07:00
webpenc.c align buffer for double too 2011-05-05 19:32:38 -07:00