libwebp/src/dsp
skal f0360b4fcf add EXPERIMENTAL code for YUV-JPEG colorspace
This is mostly for experimentation!
Need to define USE_YUVj flag in the code for that.

suggested by benwreder at hotmail dot com

Change-Id: If0b8e2c1863efc08ce097de6de20f4c7efc3f7e8
2012-10-19 20:15:58 +02: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_sse2.c new segmentation algorithm 2012-09-04 23:09:15 +02:00
enc.c new segmentation algorithm 2012-09-04 23:09:15 +02: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 move decode_vp8.h from webp/ to dec/ 2012-07-16 22:12:59 -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