libwebp/src/dsp
James Zern 4dfa86b29c dsp/cpu: NaCl has no support for xgetbv
or the raw opcode; fixes:
  934ed4: unrecognized instruction

Change-Id: I981870baf0e8b03bf40144ea8ec25eff140d5bc3
2014-05-29 23:02:23 -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 (enc|dec)_neon: use vcreate_*() where appropriate 2014-05-27 16:26:56 -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 Always reinit VP8TransformWHT instead of hard-coding 2014-05-28 10:21:07 +02:00
dsp.h lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -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 ~30% encoding speedup: use NEON for QuantizeBlock() 2014-04-08 03:08:22 -07:00
enc.c add stub dsp/enc_avx2.c 2014-05-22 00:31:46 -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 make HistogramAdd() a pointer in dsp 2014-04-28 10:09:34 -07:00
Makefile.am lossy decoding: correct alpha-rescaling for YUVA format 2014-05-27 15:27:13 -07: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 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_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