From 39386e0b85ec0f978aa104d312604badb9047d58 Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" Date: Mon, 18 Nov 2013 13:30:13 -0500 Subject: Adds Neon assembly for correlation/convolution Optimizing celt_pitch_xcorr()/xcorr_kernel() which also speeds up FIRs, IIRs and auto-correlations Signed-off-by: Jean-Marc Valin --- celt/arch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'celt/arch.h') diff --git a/celt/arch.h b/celt/arch.h index 3a2985c3..3bbcd366 100644 --- a/celt/arch.h +++ b/celt/arch.h @@ -114,9 +114,9 @@ typedef opus_val32 celt_ener; #include "fixed_generic.h" -#ifdef ARMv5E_ASM +#ifdef OPUS_ARM_INLINE_EDSP #include "arm/fixed_armv5e.h" -#elif defined (ARMv4_ASM) +#elif defined (OPUS_ARM_INLINE_ASM) #include "arm/fixed_armv4.h" #elif defined (BFIN_ASM) #include "fixed_bfin.h" -- cgit v1.2.3