Searched refs:WebRtcSpl_UpsampleBy2 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/src/common_audio/resampler/ |
D | resampler.cc | 508 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, (WebRtc_Word32*)state1_); in Push() 542 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_); in Push() 544 WebRtcSpl_UpsampleBy2(tmp, lengthIn * 2, samplesOut, (WebRtc_Word32*)state2_); in Push() 565 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_); in Push() 592 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, in Push() 596 WebRtcSpl_UpsampleBy2(samplesOut, outLen, tmp, (WebRtc_Word32*) state2_); in Push() 655 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_); in Push() 730 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_); in Push() 761 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, samplesOut, (WebRtc_Word32*)state1_); in Push() 772 WebRtcSpl_UpsampleBy2(tmp, (lengthIn * 16) / 11, samplesOut, in Push() [all …]
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_by_2.c | 126 void WebRtcSpl_UpsampleBy2(const WebRtc_Word16* in, WebRtc_Word16 len, in WebRtcSpl_UpsampleBy2() function
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 578 void WebRtcSpl_UpsampleBy2(const WebRtc_Word16* in, WebRtc_Word16 len, WebRtc_Word16* out,
|