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_headers.mk
parentfdb3b3ac34403890cf62857f30d4f58a294ce142 (diff)
Add Neon intrinsics for Silk noise shape quantization.
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'silk_headers.mk')
-rw-r--r--silk_headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk_headers.mk b/silk_headers.mk
index 679ff8f6..c74ab810 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -15,6 +15,7 @@ silk/Inlines.h \
silk/MacroCount.h \
silk/MacroDebug.h \
silk/macros.h \
+silk/NSQ.h \
silk/pitch_est_defines.h \
silk/resampler_private.h \
silk/resampler_rom.h \
@@ -25,6 +26,7 @@ silk/arm/macros_armv4.h \
silk/arm/macros_armv5e.h \
silk/arm/SigProc_FIX_armv4.h \
silk/arm/SigProc_FIX_armv5e.h \
+silk/arm/NSQ_neon.h \
silk/fixed/main_FIX.h \
silk/fixed/structs_FIX.h \
silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \