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-08-26 04:12:54 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-01-31 00:00:03 +0300
commitcfdaf365b928755d04442af5bddb1e41726466b0 (patch)
tree257a72990e9cd53cd19e3a9247100019da6862ff /silk_headers.mk
parent68afa490ccc2fad1e3492f32119a381b9befc279 (diff)
Optimize silk_NSQ_del_dec() for ARM NEON
The optimization is bit exact with C function. This optimization speeds up SILK encoder on NEON as following. Fixed-point: Complexity 0-5: 0% Complexity 6-7: 6% Complexity 8-9: 10% Complexity 10: 8% Got similar results on floating-point. 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 960136b2..56e02909 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -27,6 +27,7 @@ silk/arm/macros_armv5e.h \
silk/arm/macros_arm64.h \
silk/arm/SigProc_FIX_armv4.h \
silk/arm/SigProc_FIX_armv5e.h \
+silk/arm/NSQ_del_dec_arm.h \
silk/arm/NSQ_neon.h \
silk/fixed/main_FIX.h \
silk/fixed/structs_FIX.h \