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:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-09-10 12:48:24 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-09-12 23:54:28 +0400
commit3f2efcbf3d7c58f6e328d8c4ba75554f1661bcf5 (patch)
tree190ad9540ba0f79b746609cc4c9c610fd5527242 /silk/resampler_rom.c
parent5f6be0c1c198bdafc036854597e2f45572aaa919 (diff)
Move to comment a table that is never used in the code.
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'silk/resampler_rom.c')
-rw-r--r--silk/resampler_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/resampler_rom.c b/silk/resampler_rom.c
index a09d1880..b723c418 100644
--- a/silk/resampler_rom.c
+++ b/silk/resampler_rom.c
@@ -45,7 +45,7 @@ const opus_int16 silk_resampler_up2_hq_1[ 3 ] = { 6854, 25769, 55542 - 65536 };
/* Matlab code for the notch filter coefficients: */
/* B = [1, 0.147, 1]; A = [1, 0.107, 0.89]; G = 0.93; freqz(G * B, A, 2^14, 16e3); axis([0, 8000, -10, 1]) */
/* fprintf('\t%6d, %6d, %6d, %6d\n', round(B(2)*2^16), round(-A(2)*2^16), round((1-A(3))*2^16), round(G*2^15)) */
-const opus_int16 silk_resampler_up2_hq_notch[ 4 ] = { 9634, -7012, 7209, 30474 };
+/* const opus_int16 silk_resampler_up2_hq_notch[ 4 ] = { 9634, -7012, 7209, 30474 }; */
/* Tables with IIR and FIR coefficients for fractional downsamplers (123 Words) */
silk_DWORD_ALIGN const opus_int16 silk_Resampler_3_4_COEFS[ 2 + 3 * RESAMPLER_DOWN_ORDER_FIR0 / 2 ] = {