Home
last modified time | relevance | path

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

/external/webrtc/common_audio/signal_processing/
Dresample_by_2_internal.h50 void WebRtcSpl_LPBy2ShortToInt(const int16_t* in,
Dresample_48khz.c34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48); in WebRtcSpl_Resample48khzTo16khz()
Dresample.c190 WebRtcSpl_LPBy2ShortToInt(in, 220 / SUB_BLOCKS_22_8, tmpmem + 16, state->S_22_22); in WebRtcSpl_Resample22khzTo8khz()
Dresample_by_2_internal.c426 void WebRtcSpl_LPBy2ShortToInt(const int16_t* in, int32_t len, int32_t* out, in WebRtcSpl_LPBy2ShortToInt() function