Searched refs:WebRtcSpl_UpBy2IntToShort (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_48khz.c | 87 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()
|
D | resample_by_2_internal.h | 38 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len,
|
D | resample.c | 291 WebRtcSpl_UpBy2IntToShort(tmpmem, 110 / SUB_BLOCKS_8_22, out, state->S_11_22); in WebRtcSpl_Resample8khzTo22khz()
|
D | resample_by_2_internal.c | 340 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len, int16_t *out, in WebRtcSpl_UpBy2IntToShort() function
|