Searched refs:WebRtcSpl_DownBy2IntToShort (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_48khz.c | 49 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()
|
D | resample_by_2_internal.h | 26 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,
|
D | resample.c | 87 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()
|
D | resample_by_2_internal.c | 31 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out, in WebRtcSpl_DownBy2IntToShort() function
|