Searched refs:WebRtcSpl_UpBy2ShortToInt (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_48khz.c | 72 WebRtcSpl_UpBy2ShortToInt(in, 160, tmpmem + 16, state->S_16_32); in WebRtcSpl_Resample16khzTo48khz() 155 WebRtcSpl_UpBy2ShortToInt(in, 80, tmpmem + 264, state->S_8_16); in WebRtcSpl_Resample8khzTo48khz()
|
D | resample.c | 57 WebRtcSpl_UpBy2ShortToInt(in, 220 / SUB_BLOCKS_22_16, tmpmem + 16, state->S_22_44); in WebRtcSpl_Resample22khzTo16khz() 127 WebRtcSpl_UpBy2ShortToInt(in, 160 / SUB_BLOCKS_16_22, tmpmem + 8, state->S_16_32); in WebRtcSpl_Resample16khzTo22khz() 261 WebRtcSpl_UpBy2ShortToInt(in, 80 / SUB_BLOCKS_8_22, tmpmem + 18, state->S_8_16); in WebRtcSpl_Resample8khzTo22khz()
|
D | resample_by_2_internal.h | 32 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len,
|
D | resample_by_2_internal.c | 200 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, in WebRtcSpl_UpBy2ShortToInt() function
|