Searched refs:WebRtcSpl_DownsampleBy2 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler.cc | 600 WebRtcSpl_DownsampleBy2(tmp, lengthIn, samplesOut, (int32_t*)state2_); in Push() 750 WebRtcSpl_DownsampleBy2(samplesIn, lengthIn, samplesOut, (int32_t*)state1_); in Push() 782 WebRtcSpl_DownsampleBy2(samplesIn, lengthIn, tmp, (int32_t*)state1_); in Push() 784 WebRtcSpl_DownsampleBy2(tmp, lengthIn / 2, samplesOut, (int32_t*)state2_); in Push() 812 WebRtcSpl_DownsampleBy2(tmp, outLen, samplesOut, (int32_t*)state2_); in Push() 843 WebRtcSpl_DownsampleBy2(tmp, outLen, tmp_2, (int32_t*) state2_); in Push() 847 WebRtcSpl_DownsampleBy2(tmp_2, outLen, samplesOut, in Push() 902 WebRtcSpl_DownsampleBy2(tmp, lengthIn, samplesOut, in Push()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2.c | 70 void WebRtcSpl_DownsampleBy2(const int16_t* in, size_t len, in WebRtcSpl_DownsampleBy2() function
|
D | resample_by_2_mips.c | 31 void WebRtcSpl_DownsampleBy2(const int16_t* in, in WebRtcSpl_DownsampleBy2() function
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | digital_agc.c | 662 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState); in WebRtcAgc_ProcessVad() 665 WebRtcSpl_DownsampleBy2(in, 8, buf2, state->downState); in WebRtcAgc_ProcessVad()
|
D | analog_agc.c | 226 WebRtcSpl_DownsampleBy2(&in_mic[0][i * 32], in WebRtcAgc_AddMic()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 902 void WebRtcSpl_DownsampleBy2(const int16_t* in, size_t len,
|