Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-28 23:44:53 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-29 00:28:18 +0400
commit59647fdb655bf6dc363c155b23bc817d195dc17d (patch)
tree38ba24728a3b3d35ad6fcb46203282c9a6d49a1d /silk/SigProc_FIX.h
parentafc8d53b1b1d4a740551b3bbf8c2ac45061786ed (diff)
Misc. silk/ cleanups: static inline things which are only used in one file.
Diffstat (limited to 'silk/SigProc_FIX.h')
-rw-r--r--silk/SigProc_FIX.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/silk/SigProc_FIX.h b/silk/SigProc_FIX.h
index 619f1733..a65ac13f 100644
--- a/silk/SigProc_FIX.h
+++ b/silk/SigProc_FIX.h
@@ -58,13 +58,6 @@ opus_int silk_resampler_init(
);
/*!
- * Clear the states of all resampling filters, without resetting sampling rate ratio
- */
-opus_int silk_resampler_clear(
- silk_resampler_state_struct *S /* I/O: Resampler state */
-);
-
-/*!
* Resampler: convert from one sampling rate to another
*/
opus_int silk_resampler(