libwebp/src/dsp
Pascal Massimino f8398c9dab fix compile error on ARM/gcc
use of uint8_t type was causing error like:
src/dsp/upsampling.c:223:1: internal compiler error: in vect_determine_vectorization_factor, at tree-vect-loop.c:349

with gcc 4.6.3

Change-Id: Ieb6189a1375c47fc4ff992e6c09b34a7f1f605da
2013-09-06 03:07:28 -07:00
..
cpu.c update copyright text 2013-06-06 23:09:14 -07:00
dec_neon.c update copyright text 2013-06-06 23:09:14 -07:00
dec_sse2.c update copyright text 2013-06-06 23:09:14 -07:00
dec.c update copyright text 2013-06-06 23:09:14 -07:00
dsp.h Merge "dsp: msvc compatibility" 2013-08-19 17:42:16 -07:00
enc_neon.c update copyright text 2013-06-06 23:09:14 -07:00
enc_sse2.c update copyright text 2013-06-06 23:09:14 -07:00
enc.c update copyright text 2013-06-06 23:09:14 -07:00
lossless.c Pack code & extra_bits to Struct (VP8LPrefixCode). 2013-08-12 11:56:42 -07:00
lossless.h dsp: msvc compatibility 2013-08-16 20:46:16 -07:00
Makefile.am build: fix install race on shared headers 2013-03-16 13:29:49 -07:00
upsampling_neon.c cosmetics: fix indent 2013-08-19 17:51:04 -07:00
upsampling_sse2.c 5-7% faster SSE2 versions of YUV->RGB conversion functions 2013-08-19 17:05:58 -07:00
upsampling.c simplify upsampler calls: only allow 'bottom' to be NULL 2013-08-19 16:47:51 -07:00
yuv.c 5-7% faster SSE2 versions of YUV->RGB conversion functions 2013-08-19 17:05:58 -07:00
yuv.h fix compile error on ARM/gcc 2013-09-06 03:07:28 -07:00