diff options
author | Koen Vos <koenvos@users.noreply.github.com> | 2016-02-21 16:21:03 +0800 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2016-07-17 15:05:55 -0400 |
commit | 90f8c5ef4d882dac72a6d42b5e3ee21d8593cdc5 (patch) | |
tree | d53900336cae0a5919f294b84f595e9753b10043 /silk/float/main_FLP.h | |
parent | 6e40eb5d75cbaccae9da2667549c4de8c347ffd1 (diff) | |
download | opus-90f8c5ef4d882dac72a6d42b5e3ee21d8593cdc5.tar.gz |
Clean up: replace tabs by spaces
Diffstat (limited to 'silk/float/main_FLP.h')
-rw-r--r-- | silk/float/main_FLP.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/silk/float/main_FLP.h b/silk/float/main_FLP.h index fbd2f1a7..343e6c10 100644 --- a/silk/float/main_FLP.h +++ b/silk/float/main_FLP.h @@ -144,7 +144,7 @@ void silk_find_LPC_FLP( /* LTP analysis */ void silk_find_LTP_FLP( silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */ - silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantization */ + silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantization */ const silk_float r_ptr[], /* I LPC residual */ const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags */ const opus_int subfr_length, /* I Subframe length */ @@ -185,14 +185,14 @@ void silk_LPC_analysis_filter_FLP( /* LTP tap quantizer */ void silk_quant_LTP_gains_FLP( - silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains */ + silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains */ opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index */ opus_int8 *periodicity_index, /* O Periodicity index */ - silk_float *pred_gain_dB, /* O LTP prediction gain */ - const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation matrix */ - const silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* I Correlation vector */ - const opus_int subfr_len, /* I Number of samples per subframe */ - const opus_int nb_subfr, /* I Number of subframes */ + silk_float *pred_gain_dB, /* O LTP prediction gain */ + const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation matrix */ + const silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* I Correlation vector */ + const opus_int subfr_len, /* I Number of samples per subframe */ + const opus_int nb_subfr, /* I Number of subframes */ int arch /* I Run-time architecture */ ); |