summaryrefslogtreecommitdiff
path: root/silk/sort.c
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-28 23:20:55 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-28 23:20:55 -0400
commitd6cad7aa42f91854fad9eeb8593d520eae0a8cdf (patch)
treeec54cb5863368301a7cc88d1fd98617d0b17dcc2 /silk/sort.c
parent8fcfe02bc0f5f751c8ea2f6dd2027577331b1deb (diff)
downloadopus-d6cad7aa42f91854fad9eeb8593d520eae0a8cdf.tar.gz
Disabling some unused SILK functions from the float build
Diffstat (limited to 'silk/sort.c')
-rw-r--r--silk/sort.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/silk/sort.c b/silk/sort.c
index 1d92ed38..e5034f8c 100644
--- a/silk/sort.c
+++ b/silk/sort.c
@@ -83,6 +83,8 @@ void silk_insertion_sort_increasing(
}
}
+#ifdef FIXED_POINT
+/* This function is only used by the fixed-point build */
void silk_insertion_sort_decreasing_int16(
opus_int16 *a, /* I/O Unsorted / Sorted vector */
opus_int *idx, /* O Index vector for the sorted elements */
@@ -128,6 +130,7 @@ void silk_insertion_sort_decreasing_int16(
}
}
}
+#endif
void silk_insertion_sort_increasing_all_values_int16(
opus_int16 *a, /* I/O Unsorted / Sorted vector */