libwebp/src/dsp
James Zern 0524d9e5e8 dsp: detect mips64 & disable mips32 code
Change-Id: Icf68dafd5cf0614ca25b36a0252caa1784ac8059
2014-08-01 21:18:53 -07:00
..
alpha_processing.c lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07:00
cpu.c dsp: detect mips64 & disable mips32 code 2014-08-01 21:18:53 -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 dec_neon/TransformAC3: initialize vector w/vcreate 2014-07-11 15:56:53 -07: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 remove the !WEBP_REFERENCE_IMPLEMENTATION tweak in Put8x8uv 2014-07-23 14:15:40 -07:00
dsp.h dsp: detect mips64 & disable mips32 code 2014-08-01 21:18:53 -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 neon: normalize vdup_n_* usage 2014-07-01 00:55:05 -07:00
enc_sse2.c remove unused 'shift' argument and QFIX2 define 2014-06-26 00:44:12 -07: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 neon: add INIT_VECTOR4 2014-07-01 00:18:23 -07:00
lossless_sse2.c Added SSE2 variants for Average2/3/4 2014-04-28 14:47:30 -07:00
lossless.c configure.ac: add AC_C_BIGENDIAN 2014-07-03 18:15:50 -07:00
lossless.h Optimize VP8SetResidualCoeffs. 2014-06-03 06:44:04 +02:00
Makefile.am **/Makefile.am: remove unused AM_CPPFLAGS 2014-06-12 11:59:05 -07:00
neon.h neon: add INIT_VECTOR4 2014-07-01 00:18:23 -07:00
upsampling_neon.c neon: normalize vdup_n_* usage 2014-07-01 00:55:05 -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