libwebp/src/dsp
James Zern 380cca4f2c configure.ac: add AC_C_BIGENDIAN
this defines WORDS_BIGENDIAN, replacing uses of
__BIG_ENDIAN__/__BYTE_ORDER__ with it

+ fixes lossless BGRA output with big-endian toolchains
  that do not define __BIG_ENDIAN__ (codesourcery mips gcc)

Change-Id: Ieaccd623292d235343b5e34b7a720fc251c432d7
2014-07-03 18:15:50 -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 neon: normalize vdup_n_* usage 2014-07-01 00:55:05 -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 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 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