From 6e40eb5d75cbaccae9da2667549c4de8c347ffd1 Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Sun, 21 Feb 2016 11:34:11 +0800 Subject: removed prefilter The NSQ SSE optimizations are disabled for now because they need to be updated --- silk_sources.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'silk_sources.mk') diff --git a/silk_sources.mk b/silk_sources.mk index a08c4a41..de8b14d9 100644 --- a/silk_sources.mk +++ b/silk_sources.mk @@ -97,7 +97,6 @@ silk/fixed/find_LTP_FIX.c \ silk/fixed/find_pitch_lags_FIX.c \ silk/fixed/find_pred_coefs_FIX.c \ silk/fixed/noise_shape_analysis_FIX.c \ -silk/fixed/prefilter_FIX.c \ silk/fixed/process_gains_FIX.c \ silk/fixed/regularize_correlations_FIX.c \ silk/fixed/residual_energy16_FIX.c \ @@ -114,8 +113,7 @@ silk/fixed/schur64_FIX.c \ silk/fixed/schur_FIX.c SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse.c \ -silk/fixed/x86/burg_modified_FIX_sse.c \ -silk/fixed/x86/prefilter_FIX_sse.c +silk/fixed/x86/burg_modified_FIX_sse.c SILK_SOURCES_FLOAT = \ silk/float/apply_sine_window_FLP.c \ @@ -129,7 +127,6 @@ silk/float/LPC_analysis_filter_FLP.c \ silk/float/LTP_analysis_filter_FLP.c \ silk/float/LTP_scale_ctrl_FLP.c \ silk/float/noise_shape_analysis_FLP.c \ -silk/float/prefilter_FLP.c \ silk/float/process_gains_FLP.c \ silk/float/regularize_correlations_FLP.c \ silk/float/residual_energy_FLP.c \ @@ -141,7 +138,6 @@ silk/float/bwexpander_FLP.c \ silk/float/energy_FLP.c \ silk/float/inner_product_FLP.c \ silk/float/k2a_FLP.c \ -silk/float/levinsondurbin_FLP.c \ silk/float/LPC_inv_pred_gain_FLP.c \ silk/float/pitch_analysis_core_FLP.c \ silk/float/scale_copy_vector_FLP.c \ -- cgit v1.2.1