Index: silk/float/main_FLP.h |
diff --git a/silk/float/main_FLP.h b/silk/float/main_FLP.h |
index dbd34aef462a8359030e4350795e63d85dadfcf4..fb553b61aa4983a2ac96898fb55d00026959ff19 100644 |
--- a/silk/float/main_FLP.h |
+++ b/silk/float/main_FLP.h |
@@ -71,7 +71,8 @@ opus_int silk_encode_frame_FLP( |
/* Initializes the Silk encoder state */ |
opus_int silk_init_encoder( |
- silk_encoder_state_FLP *psEnc /* I/O Encoder state FLP */ |
+ silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ |
+ int arch /* I Run-tim architecture */ |
); |
/* Control the Silk encoder */ |
@@ -129,7 +130,8 @@ void silk_find_pitch_lags_FLP( |
silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ |
silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */ |
silk_float res[], /* O Residual */ |
- const silk_float x[] /* I Speech signal */ |
+ const silk_float x[], /* I Speech signal */ |
+ int arch /* I Run-time architecture */ |
); |
/* Find LPC and LTP coefficients */ |
@@ -199,6 +201,7 @@ void silk_quant_LTP_gains_FLP( |
silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gains */ |
opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index */ |
opus_int8 *periodicity_index, /* O Periodicity index */ |
+ opus_int32 *sum_log_gain_Q7, /* I/O Cumulative max prediction gain */ |
const silk_float W[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Error weights */ |
const opus_int mu_Q10, /* I Mu value (R/D tradeoff) */ |
const opus_int lowComplexity, /* I Flag for low complexity */ |