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:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 06:34:11 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 22:05:55 +0300
commit6e40eb5d75cbaccae9da2667549c4de8c347ffd1 (patch)
treee0aa2b8b422043e8d927802b7741a59b03bec2cd /silk/float/main_FLP.h
parent52cfffe5793f5b69d4ecb762726dca16e2beb7ea (diff)
removed prefilter
The NSQ SSE optimizations are disabled for now because they need to be updated
Diffstat (limited to 'silk/float/main_FLP.h')
-rw-r--r--silk/float/main_FLP.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/silk/float/main_FLP.h b/silk/float/main_FLP.h
index e9e32673..fbd2f1a7 100644
--- a/silk/float/main_FLP.h
+++ b/silk/float/main_FLP.h
@@ -85,16 +85,6 @@ opus_int silk_control_encoder(
const opus_int force_fs_kHz
);
-/****************/
-/* Prefiltering */
-/****************/
-void silk_prefilter_FLP(
- silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */
- const silk_encoder_control_FLP *psEncCtrl, /* I Encoder control FLP */
- silk_float xw[], /* O Weighted signal */
- const silk_float x[] /* I Speech signal */
-);
-
/**************************/
/* Noise shaping analysis */
/**************************/