Home
last modified time | relevance | path

Searched refs:WebRtcSpl_UpBy2ShortToInt (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_48khz.c72 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()
Dresample.c57 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()
Dresample_by_2_internal.h32 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len,
Dresample_by_2_internal.c200 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len, int32_t *out, in WebRtcSpl_UpBy2ShortToInt() function