libwebp/src/dsp
skal a05dc1402c SSE2: yuv->rgb speed-up for point-sampling
- use statically initialized tables (if WEBP_YUV_USE_SSE2_TABLES is defined)
 - use SSE2 row conversion for yuv->ARGB / RGBA / ABGR / RGB / BGR
 - clean-up and harmonize the WebpUpsamplers[] usage.

Change-Id: Ic5f3659a995927bd7363defac99c1fc03a85a47d
2014-05-22 09:56:47 +02:00
..
cpu.c cpu: fix check for __cpuidex availability 2014-05-21 22:59:47 -07:00
dec_clip_tables.c add missing file 2014-02-13 21:56:19 -08:00
dec_mips32.c cosmetics: 2014-04-16 00:36:19 -07:00
dec_neon.c dsp/neon.h: coalesce intrinsics-related defines 2014-05-03 11:34:07 -07:00
dec_sse2.c clean-up and slight speed-up in-loop filtering SSE2 2014-05-19 23:23:47 -07:00
dec.c clean-up and slight speed-up in-loop filtering SSE2 2014-05-19 23:23:47 -07:00
dsp.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
enc_mips32.c MIPS: fix error with number of registers. 2014-04-22 12:06:45 +02:00
enc_neon.c enable NEON intrinsics in aarch64 builds 2014-05-03 12:37:42 -07:00
enc_sse2.c ~30% encoding speedup: use NEON for QuantizeBlock() 2014-04-08 03:08:22 -07:00
enc.c ~30% encoding speedup: use NEON for QuantizeBlock() 2014-04-08 03:08:22 -07:00
lossless_mips32.c MIPS: MIPS32r1: Added optimization for HistogramAdd. 2014-04-29 08:36:51 -07:00
lossless_neon.c enable NEON intrinsics in aarch64 builds 2014-05-03 12:37:42 -07:00
lossless_sse2.c Added SSE2 variants for Average2/3/4 2014-04-28 14:47:30 -07:00
lossless.c dsp/lossless: prevent signed int overflow in left shift ops 2014-04-30 00:10:49 -07:00
lossless.h make HistogramAdd() a pointer in dsp 2014-04-28 10:09:34 -07:00
Makefile.am SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
neon.h enable NEON intrinsics in aarch64 builds 2014-05-03 12:37:42 -07:00
upsampling_mips32.c SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
upsampling_neon.c SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
upsampling_sse2.c SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
upsampling.c SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
yuv_tables_sse2.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
yuv.c SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
yuv.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00