Home
last modified time | relevance | path

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

/external/webrtc/common_audio/signal_processing/
Dresample_48khz.c49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16); in WebRtcSpl_Resample48khzTo16khz()
131 WebRtcSpl_DownBy2IntToShort(tmpmem, 160, out, state->S_16_8); in WebRtcSpl_Resample48khzTo8khz()
Dresample_by_2_internal.h25 void WebRtcSpl_DownBy2IntToShort(int32_t* in,
Dresample.c87 WebRtcSpl_DownBy2IntToShort(tmpmem, 320 / SUB_BLOCKS_22_16, out, state->S_32_16); in WebRtcSpl_Resample22khzTo16khz()
220 WebRtcSpl_DownBy2IntToShort(tmpmem, 160 / SUB_BLOCKS_22_8, out, state->S_16_8); in WebRtcSpl_Resample22khzTo8khz()
Dresample_by_2_internal.c33 WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out, in WebRtcSpl_DownBy2IntToShort() function