Index: third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h |
diff --git a/third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h b/third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h |
index e803ef0fceb04b3ca15264cb3a5edd8e971887b9..fcbd96c88d98aaa05b3e4a5c956e2eab09b6bc45 100644 |
--- a/third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h |
+++ b/third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h |
@@ -48,7 +48,8 @@ void silk_warped_autocorrelation_FIX( |
const opus_int16 *input, /* I Input data to correlate */ |
const opus_int warping_Q16, /* I Warping coefficient */ |
const opus_int length, /* I Length of input */ |
- const opus_int order /* I Correlation order (even) */ |
+ const opus_int order, /* I Correlation order (even) */ |
+ int arch /* I Run-time architecture */ |
) |
{ |
opus_int n, i, lsh; |