Go to the source code of this file.
|
void | silk_resampler_private_IIR_FIR (void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen) |
|
void | silk_resampler_private_down_FIR (void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen) |
|
void | silk_resampler_private_up2_HQ_wrapper (void *SS, opus_int16 *out, const opus_int16 *in, opus_int32 len) |
|
void | silk_resampler_private_up2_HQ (opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 len) |
|
void | silk_resampler_private_AR2 (opus_int32 S[], opus_int32 out_Q8[], const opus_int16 in[], const opus_int16 A_Q14[], opus_int32 len) |
|
◆ RESAMPLER_MAX_BATCH_SIZE_IN
◆ RESAMPLER_MAX_BATCH_SIZE_MS
#define RESAMPLER_MAX_BATCH_SIZE_MS 10 |
◆ RESAMPLER_MAX_FS_KHZ
#define RESAMPLER_MAX_FS_KHZ 48 |
◆ silk_resampler_private_AR2()
◆ silk_resampler_private_down_FIR()
◆ silk_resampler_private_IIR_FIR()
◆ silk_resampler_private_up2_HQ()
◆ silk_resampler_private_up2_HQ_wrapper()