Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_48khz.c87 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample16khzTo48khz()
176 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample8khzTo48khz()
Dresample_by_2_internal.h38 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len,
Dresample.c291 WebRtcSpl_UpBy2IntToShort(tmpmem, 110 / SUB_BLOCKS_8_22, out, state->S_11_22); in WebRtcSpl_Resample8khzTo22khz()
Dresample_by_2_internal.c340 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len, int16_t *out, in WebRtcSpl_UpBy2IntToShort() function