aboutsummaryrefslogtreecommitdiff
path: root/silk/shell_coder.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/shell_coder.c')
-rw-r--r--silk/shell_coder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/silk/shell_coder.c b/silk/shell_coder.c
index 9fe5e40..796f57d 100644
--- a/silk/shell_coder.c
+++ b/silk/shell_coder.c
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
/* shell coder; pulse-subframe length is hardcoded */
-static inline void combine_pulses(
+static OPUS_INLINE void combine_pulses(
opus_int *out, /* O combined pulses vector [len] */
const opus_int *in, /* I input vector [2 * len] */
const opus_int len /* I number of OUTPUT samples */
@@ -45,7 +45,7 @@ static inline void combine_pulses(
}
}
-static inline void encode_split(
+static OPUS_INLINE void encode_split(
ec_enc *psRangeEnc, /* I/O compressor data structure */
const opus_int p_child1, /* I pulse amplitude of first child subframe */
const opus_int p, /* I pulse amplitude of current subframe */
@@ -57,7 +57,7 @@ static inline void encode_split(
}
}
-static inline void decode_split(
+static OPUS_INLINE void decode_split(
opus_int *p_child1, /* O pulse amplitude of first child subframe */
opus_int *p_child2, /* O pulse amplitude of second child subframe */
ec_dec *psRangeDec, /* I/O Compressor data structure */