opus/celt
Timothy B. Terriberry 2d83e7e297 Wrap _mm_cvtepi...() intrinsics in macros on clang.
We already needed these macros for gcc with optimizations disabled,
 but it appears clang needs them all the time.

Thanks to Jonathan Lennox for the report.
2015-02-27 11:11:57 -08:00
..
arm armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics 2014-12-25 14:36:46 -08:00
dump_modes There are no tabs in source code. 2014-10-03 21:49:57 -07:00
mips Fix celt_pitch_xcorr_c signature. 2014-12-01 14:25:52 -08:00
tests armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics 2014-12-25 14:36:46 -08:00
x86 Wrap _mm_cvtepi...() intrinsics in macros on clang. 2015-02-27 11:11:57 -08:00
_kiss_fft_guts.h MIPS optimizations 2014-06-19 04:04:51 -04:00
arch.h Using SSAT in SIG2WORD16() on ARMv6 2014-01-22 19:22:05 -05:00
bands.c Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
bands.h Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
celt.c Document how to tell if your build is fixed-point. 2015-02-20 12:44:10 -08:00
celt.h Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point 2014-01-06 17:43:20 -05:00
celt_decoder.c Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
celt_encoder.c Fix warnings in pedantic build. 2014-12-26 08:31:39 -08:00
celt_lpc.c Fix build bustage from c95c9a048. 2014-10-03 21:11:51 -07:00
celt_lpc.h Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
cpu_support.h armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics 2014-12-25 14:36:46 -08:00
cwrs.c Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
cwrs.h Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
ecintrin.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
entcode.c Speeding up ec_tell_frac() 2014-01-29 10:18:06 -05:00
entcode.h Optimizing divisions with a signed numerator 2014-01-30 11:16:24 -05:00
entdec.c Using a table on ARM for unsigned division by small (<=256) integers. 2014-01-20 16:32:16 -05:00
entdec.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entenc.c Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
entenc.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
fixed_c5x.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
fixed_c6x.h celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 2013-05-18 23:52:18 -04:00
fixed_debug.h Adds SIG2WORD16() to fixed_debug.h 2014-06-18 00:52:16 -04:00
fixed_generic.h MIPS optimizations 2014-06-19 04:04:51 -04:00
float_cast.h float_cast: Fix MSVC ARM build 2014-11-19 03:04:14 -05:00
kiss_fft.c MIPS optimizations 2014-06-19 04:04:51 -04:00
kiss_fft.h Unifying scaling of fixed-point and float FFT 2013-12-29 13:34:17 -05:00
laplace.c Merge commit '390c89225d' 2012-04-24 13:39:22 -04:00
laplace.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
mathops.c Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
mathops.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
mdct.c MIPS optimizations 2014-06-19 04:04:51 -04:00
mdct.h Replace the remaining instances of restrict with OPUS_RESTRICT. 2012-07-20 18:02:55 -04:00
mfrngcod.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
modes.c Use a table for PVQ encoding/decoding. 2013-05-21 18:16:13 -07:00
modes.h Minor cleanup -- nothing to see here 2013-12-29 18:45:49 -05:00
opus_custom_demo.c Merge commit '390c89225d' 2012-04-24 13:39:22 -04:00
os_support.h os_support: fix misleading comments 2014-08-10 13:56:52 -04:00
pitch.c Fix celt_pitch_xcorr_c signature. 2014-12-01 14:25:52 -08:00
pitch.h armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics 2014-12-25 14:36:46 -08:00
quant_bands.c gcc -pedantic had "comparison of unsigned expression < 0 is always false" 2013-11-11 17:39:02 -05:00
quant_bands.h Surround: Better LFE handling 2013-05-05 02:31:38 -04:00
rate.c Minor div optimization -- reducing denominators 2014-01-30 11:27:37 -05:00
rate.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
stack_alloc.h pseudostack instrumentation (off by default) 2014-01-07 21:32:41 -05:00
static_modes_fixed.h There are no tabs in source code. 2014-10-03 21:49:57 -07:00
static_modes_float.h There are no tabs in source code. 2014-10-03 21:49:57 -07:00
vq.c Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00
vq.h Cisco optimization for x86 & fixed point 2014-10-03 21:16:00 -04:00