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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/sort.c b/lib/rbcodec/codecs/libopus/silk/sort.c
index f9886b45b2..46b7588c69 100644
--- a/lib/rbcodec/codecs/libopus/silk/sort.c
+++ b/lib/rbcodec/codecs/libopus/silk/sort.c
@@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
37 37
38#include "SigProc_FIX.h" 38#include "SigProc_FIX.h"
39 39
40#if 0
40void silk_insertion_sort_increasing( 41void silk_insertion_sort_increasing(
41 opus_int32 *a, /* I/O Unsorted / Sorted vector */ 42 opus_int32 *a, /* I/O Unsorted / Sorted vector */
42 opus_int *idx, /* O Index vector for the sorted elements */ 43 opus_int *idx, /* O Index vector for the sorted elements */
@@ -131,6 +132,7 @@ void silk_insertion_sort_decreasing_int16(
131 } 132 }
132} 133}
133#endif 134#endif
135#endif
134 136
135void silk_insertion_sort_increasing_all_values_int16( 137void silk_insertion_sort_increasing_all_values_int16(
136 opus_int16 *a, /* I/O Unsorted / Sorted vector */ 138 opus_int16 *a, /* I/O Unsorted / Sorted vector */