Searched refs:WebRtcSpl_DownBy2IntToShort (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/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 | 25 void WebRtcSpl_DownBy2IntToShort(int32_t* in,
|
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 | 33 WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out, in WebRtcSpl_DownBy2IntToShort() function
|