libwebp/src/dsp
James Zern 32b3137936 configure: move config.h to src/webp/config.h
this change has the side-effect of using directory names in the
include, silencing a lint warning.

Change-Id: Ib91cf63a90534e32fadfa5c2372bfdb29f854d02
2014-06-10 23:42:00 -07:00
..
alpha_processing.c lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07:00
cpu.c dsp/cpu: NaCl has no support for xgetbv 2014-05-29 23:02:23 -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 strong filtering speed-up (~2-3% x86, ~1-2% for NEON) 2014-06-03 07:14:23 +02:00
dec_sse2.c strong filtering speed-up (~2-3% x86, ~1-2% for NEON) 2014-06-03 07:14:23 +02:00
dec.c Always reinit VP8TransformWHT instead of hard-coding 2014-05-28 10:21:07 +02:00
dsp.h configure: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07:00
enc_avx2.c add stub dsp/enc_avx2.c 2014-05-22 00:31:46 -07:00
enc_mips32.c MIPS: fix error with number of registers. 2014-04-22 12:06:45 +02:00
enc_neon.c (enc|dec)_neon: use vcreate_*() where appropriate 2014-05-27 16:26:56 -07:00
enc_sse2.c remove the special casing for res->first in VP8SetResidualCoeffs 2014-06-08 06:40:22 +02:00
enc.c configure: set WEBP_HAVE_AVX2 when available 2014-06-03 23:29:23 -07:00
lossless_mips32.c MIPS: MIPS32r1: Added optimization for HistogramAdd. 2014-04-29 08:36:51 -07:00
lossless_neon.c lossless_neon: use vcreate_*() where appropriate 2014-05-27 16:27:46 -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 Optimize VP8SetResidualCoeffs. 2014-06-03 06:44:04 +02:00
Makefile.am configure: test for -msse2 2014-06-07 19:44:08 -07:00
neon.h enable NEON intrinsics in aarch64 builds 2014-05-03 12:37:42 -07:00
upsampling_neon.c lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07:00
upsampling_sse2.c lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07:00
upsampling.c lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07:00
yuv_mips32.c rename upsampling_mips32.c to yuv_mips32.c 2014-06-07 12:35:47 -07:00
yuv_sse2.c dsp/yuv: move sse2 functions to yuv_sse2.c 2014-06-05 23:52:54 -07:00
yuv_tables_sse2.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00
yuv.c dsp/yuv: move sse2 functions to yuv_sse2.c 2014-06-05 23:52:54 -07:00
yuv.h SSE2: yuv->rgb speed-up for point-sampling 2014-05-22 09:56:47 +02:00