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

github.com/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 20:40:06 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-28 20:40:06 +0400
commit744e59ef01f228923f35a504d9552dd1c8d7a23c (patch)
tree8a7d5edaba0ab4c0325eb26a5f6161abe8cc746a /silk/SigProc_FIX.h
parent96739ad35e57706a69b9198b4862a5814f8e98bd (diff)
More resampler cleanups.
Diffstat (limited to 'silk/SigProc_FIX.h')
-rw-r--r--silk/SigProc_FIX.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/silk/SigProc_FIX.h b/silk/SigProc_FIX.h
index 23c612a7..619f1733 100644
--- a/silk/SigProc_FIX.h
+++ b/silk/SigProc_FIX.h
@@ -75,16 +75,6 @@ opus_int silk_resampler(
);
/*!
- Upsample 2x, low quality
- */
-void silk_resampler_up2(
- opus_int32 *S, /* I/O: State vector [ 2 ] */
- opus_int16 *out, /* O: Output signal [ 2 * len ] */
- const opus_int16 *in, /* I: Input signal [ len ] */
- opus_int32 len /* I: Number of input samples */
-);
-
-/*!
* Downsample 2x, mediocre quality
*/
void silk_resampler_down2(
@@ -94,7 +84,6 @@ void silk_resampler_down2(
opus_int32 inLen /* I: Number of input samples */
);
-
/*!
* Downsample by a factor 2/3, low quality
*/