#include "webrtc/common_audio/signal_processing/resample_by_2_internal.h"
|
void | WebRtcSpl_DownBy2IntToShort (int32_t *in, int32_t len, int16_t *out, int32_t *state) |
|
void | WebRtcSpl_DownBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state) |
|
void | WebRtcSpl_UpBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state) |
|
void | WebRtcSpl_UpBy2IntToInt (const int32_t *in, int32_t len, int32_t *out, int32_t *state) |
|
void | WebRtcSpl_UpBy2IntToShort (const int32_t *in, int32_t len, int16_t *out, int32_t *state) |
|
void | WebRtcSpl_LPBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state) |
|
void | WebRtcSpl_LPBy2IntToInt (const int32_t *in, int32_t len, int32_t *out, int32_t *state) |
|
◆ WebRtcSpl_DownBy2IntToShort()
◆ WebRtcSpl_DownBy2ShortToInt()
◆ WebRtcSpl_LPBy2IntToInt()
◆ WebRtcSpl_LPBy2ShortToInt()
◆ WebRtcSpl_UpBy2IntToInt()
◆ WebRtcSpl_UpBy2IntToShort()
◆ WebRtcSpl_UpBy2ShortToInt()