Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2016-09-02 00:20:57 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-05-17 22:55:42 +0300
commit43db56225b5716b61c16a3275f65b8d3d3ea5343 (patch)
treee9ac1ced761949a46885f92a419a3227ac8550e2 /silk_headers.mk
parent60eb7d88b4eace91395e553cf70fc4578a950353 (diff)
Optimize silk_biquad_alt_stride2() for ARM NEON
The optimization is bit exact with C function. Change-Id: Ifb8f04b19f2d576e79ce5dcfa7e0fc374d71d6c8 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'silk_headers.mk')
-rw-r--r--silk_headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk_headers.mk b/silk_headers.mk
index 278500b5..2588067c 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -22,6 +22,7 @@ silk/resampler_rom.h \
silk/resampler_structs.h \
silk/SigProc_FIX.h \
silk/x86/SigProc_FIX_sse.h \
+silk/arm/biquad_alt_arm.h \
silk/arm/LPC_inv_pred_gain_arm.h \
silk/arm/macros_armv4.h \
silk/arm/macros_armv5e.h \