From bbfc9c9ee5de680320aeae2f8bd981ebe7af6861 Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Tue, 13 Dec 2011 14:50:12 -0500 Subject: Improves the accuracy such that it matches a float decoder much better --- silk/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'silk/main.h') diff --git a/silk/main.h b/silk/main.h index 1d9e7b83..8397384b 100644 --- a/silk/main.h +++ b/silk/main.h @@ -229,7 +229,7 @@ void silk_NSQ( const silk_encoder_state *psEncC, /* I/O Encoder State */ silk_nsq_state *NSQ, /* I/O NSQ state */ SideInfoIndices *psIndices, /* I/O Quantization Indices */ - const opus_int32 x_Q10[], /* I Prefiltered input signal */ + const opus_int32 x_Q3[], /* I Prefiltered input signal */ opus_int8 pulses[], /* O Quantized pulse signal */ const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */ const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */ @@ -248,7 +248,7 @@ void silk_NSQ_del_dec( const silk_encoder_state *psEncC, /* I/O Encoder State */ silk_nsq_state *NSQ, /* I/O NSQ state */ SideInfoIndices *psIndices, /* I/O Quantization Indices */ - const opus_int32 x_Q10[], /* I Prefiltered input signal */ + const opus_int32 x_Q3[], /* I Prefiltered input signal */ opus_int8 pulses[], /* O Quantized pulse signal */ const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */ const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */ -- cgit v1.2.3