summaryrefslogtreecommitdiff
path: root/silk/NSQ.c
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 16:21:03 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-17 15:05:55 -0400
commit90f8c5ef4d882dac72a6d42b5e3ee21d8593cdc5 (patch)
treed53900336cae0a5919f294b84f595e9753b10043 /silk/NSQ.c
parent6e40eb5d75cbaccae9da2667549c4de8c347ffd1 (diff)
downloadopus-90f8c5ef4d882dac72a6d42b5e3ee21d8593cdc5.tar.gz
Clean up: replace tabs by spaces
Diffstat (limited to 'silk/NSQ.c')
-rw-r--r--silk/NSQ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/NSQ.c b/silk/NSQ.c
index 0f49c0d4..9fb05a80 100644
--- a/silk/NSQ.c
+++ b/silk/NSQ.c
@@ -78,7 +78,7 @@ void silk_NSQ_c
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_int16 x16[], /* I Input */
+ const opus_int16 x16[], /* I Input */
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 */
@@ -436,7 +436,7 @@ static OPUS_INLINE void silk_nsq_scale_states(
NSQ->sAR2_Q14[ i ] = silk_SMULWW( gain_adj_Q16, NSQ->sAR2_Q14[ i ] );
}
- /* Save inverse gain */
+ /* Save inverse gain */
NSQ->prev_gain_Q16 = Gains_Q16[ subfr ];
}
}