More resampler cleanups.

This commit is contained in:
Gregory Maxwell 2011-09-28 12:40:06 -04:00
parent 96739ad35e
commit 744e59ef01
10 changed files with 14 additions and 222 deletions

View file

@ -74,16 +74,6 @@ opus_int silk_resampler(
opus_int32 inLen /* I: Number of input samples */
);
/*!
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
*/
@ -94,7 +84,6 @@ void silk_resampler_down2(
opus_int32 inLen /* I: Number of input samples */
);
/*!
* Downsample by a factor 2/3, low quality
*/