summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/sort.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2012-09-24 17:45:07 +0200
committerNils Wallménius <nils@rockbox.org>2012-09-24 17:45:07 +0200
commit06fc6fdd0a6e0758043fd7aebb98f5098a8344e4 (patch)
tree946333c2b2cc38d17a55fb4702f4224428fc0165 /lib/rbcodec/codecs/libopus/silk/sort.c
parentf49814214355913458f9f7635561365afa5bc7aa (diff)
downloadrockbox-06fc6fdd0a6e0758043fd7aebb98f5098a8344e4.tar.gz
rockbox-06fc6fdd0a6e0758043fd7aebb98f5098a8344e4.zip
opus: #if 0 out some more unused code, delete unused file
Change-Id: I96033f42e0c3096ec9d779e9f8ca46570f981ab0
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 */