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:
authorJonathan Lennox <jonathan@vidyo.com>2015-12-23 03:21:44 +0300
committerTimothy B. Terriberry <tterribe@xiph.org>2016-07-07 01:00:01 +0300
commit44e8e7385037af88994088d677d8319fc9850a48 (patch)
treee4fa7dcef2f9d9b3082ee00bd155c5c1f348ddb0 /silk_sources.mk
parentfdb3b3ac34403890cf62857f30d4f58a294ce142 (diff)
Add Neon intrinsics for Silk noise shape quantization.
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'silk_sources.mk')
-rw-r--r--silk_sources.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk_sources.mk b/silk_sources.mk
index 7cfb7d3c..79ac6f0e 100644
--- a/silk_sources.mk
+++ b/silk_sources.mk
@@ -82,6 +82,8 @@ silk/x86/x86_silk_map.c \
silk/x86/VAD_sse.c \
silk/x86/VQ_WMat_EC_sse.c
+SILK_SOURCES_ARM_NEON_INTR = silk/arm/NSQ_neon.c
+
SILK_SOURCES_FIXED = \
silk/fixed/LTP_analysis_filter_FIX.c \
silk/fixed/LTP_scale_ctrl_FIX.c \