summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/sort.c')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/sort.c b/lib/rbcodec/codecs/libopus/silk/sort.c
index b311e24c9f..2f9930d9ce 100644
--- a/lib/rbcodec/codecs/libopus/silk/sort.c
+++ b/lib/rbcodec/codecs/libopus/silk/sort.c
@@ -8,7 +8,7 @@ this list of conditions and the following disclaimer.
8- Redistributions in binary form must reproduce the above copyright 8- Redistributions in binary form must reproduce the above copyright
9notice, this list of conditions and the following disclaimer in the 9notice, this list of conditions and the following disclaimer in the
10documentation and/or other materials provided with the distribution. 10documentation and/or other materials provided with the distribution.
11- Neither the name of Internet Society, IETF or IETF Trust, nor the 11- Neither the name of Internet Society, IETF or IETF Trust, nor the
12names of specific contributors, may be used to endorse or promote 12names of specific contributors, may be used to endorse or promote
13products derived from this software without specific prior written 13products derived from this software without specific prior written
14permission. 14permission.
@@ -83,6 +83,7 @@ void silk_insertion_sort_increasing(
83 } 83 }
84 } 84 }
85} 85}
86#endif
86 87
87#ifdef FIXED_POINT 88#ifdef FIXED_POINT
88/* This function is only used by the fixed-point build */ 89/* This function is only used by the fixed-point build */
@@ -132,7 +133,6 @@ void silk_insertion_sort_decreasing_int16(
132 } 133 }
133} 134}
134#endif 135#endif
135#endif
136 136
137void silk_insertion_sort_increasing_all_values_int16( 137void silk_insertion_sort_increasing_all_values_int16(
138 opus_int16 *a, /* I/O Unsorted / Sorted vector */ 138 opus_int16 *a, /* I/O Unsorted / Sorted vector */