Index: silk/NSQ_del_dec.c |
diff --git a/silk/NSQ_del_dec.c b/silk/NSQ_del_dec.c |
index a1b96062d471fe0788a21f68d1f8bca2d2de95c9..522be406639ef1e3f138332c10b6bb54fc1c6cfe 100644 |
--- a/silk/NSQ_del_dec.c |
+++ b/silk/NSQ_del_dec.c |
@@ -57,7 +57,7 @@ typedef struct { |
typedef NSQ_sample_struct NSQ_sample_pair[ 2 ]; |
-static inline void silk_nsq_del_dec_scale_states( |
+static OPUS_INLINE void silk_nsq_del_dec_scale_states( |
const silk_encoder_state *psEncC, /* I Encoder State */ |
silk_nsq_state *NSQ, /* I/O NSQ state */ |
NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ |
@@ -77,7 +77,7 @@ static inline void silk_nsq_del_dec_scale_states( |
/******************************************/ |
/* Noise shape quantizer for one subframe */ |
/******************************************/ |
-static inline void silk_noise_shape_quantizer_del_dec( |
+static OPUS_INLINE void silk_noise_shape_quantizer_del_dec( |
silk_nsq_state *NSQ, /* I/O NSQ state */ |
NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ |
opus_int signalType, /* I Signal type */ |
@@ -303,7 +303,7 @@ void silk_NSQ_del_dec( |
/******************************************/ |
/* Noise shape quantizer for one subframe */ |
/******************************************/ |
-static inline void silk_noise_shape_quantizer_del_dec( |
+static OPUS_INLINE void silk_noise_shape_quantizer_del_dec( |
silk_nsq_state *NSQ, /* I/O NSQ state */ |
NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ |
opus_int signalType, /* I Signal type */ |
@@ -630,7 +630,7 @@ static inline void silk_noise_shape_quantizer_del_dec( |
RESTORE_STACK; |
} |
-static inline void silk_nsq_del_dec_scale_states( |
+static OPUS_INLINE void silk_nsq_del_dec_scale_states( |
const silk_encoder_state *psEncC, /* I Encoder State */ |
silk_nsq_state *NSQ, /* I/O NSQ state */ |
NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ |