libwebp/src/dsp
Pascal Massimino 75e5f17e3b ARM/NEON: 30% encoding speed-up
(implements the backward and forward transforms in the encoder)

original patch by Wayne Chen (datoudatou at gmail dot com)

Change-Id: Ic00f3bffcdf7a924f043006728735c810ee47a57
2012-10-31 14:00:20 -07:00
..
cpu.c Android: only build dec_neon with NEON support 2012-05-23 22:21:10 -07:00
dec_neon.c make VP8DspInitNEON() public 2012-08-27 00:28:13 -07:00
dec_sse2.c make *InitSSE2() functions be empty on non-SSE2 platform 2012-08-27 23:40:47 -07:00
dec.c Android: only build dec_neon with NEON support 2012-05-23 22:21:10 -07:00
dsp.h new segmentation algorithm 2012-09-04 23:09:15 +02:00
enc_neon.c ARM/NEON: 30% encoding speed-up 2012-10-31 14:00:20 -07:00
enc_sse2.c new segmentation algorithm 2012-09-04 23:09:15 +02:00
enc.c ARM/NEON: 30% encoding speed-up 2012-10-31 14:00:20 -07:00
lossless.c Alignment fix 2012-08-10 02:10:32 +05:30
lossless.h remove use of log2(). Use VP8LFastLog2() instead. 2012-08-02 00:08:58 -07:00
Makefile.am ARM/NEON: 30% encoding speed-up 2012-10-31 14:00:20 -07:00
upsampling_sse2.c Make *InitSSE2() functions be empty on non-SSE2 platform 2012-08-28 11:02:38 -07:00
upsampling.c fix the ARGB4444 premultiply arithmetic 2012-08-09 11:32:30 -07:00
yuv.c add EXPERIMENTAL code for YUV-JPEG colorspace 2012-10-19 20:15:58 +02:00
yuv.h add EXPERIMENTAL code for YUV-JPEG colorspace 2012-10-19 20:15:58 +02:00