Home
last modified time | relevance | path

Searched refs:xfwBuf (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/libfilteraudio/filter_audio-0.0.1/aec/
H A Daec_core_internal.h82 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.c421 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherence()
838 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
1016 memmove(aec->xfwBuf + PART_LEN1, in NonLinearProcessing()
1017 aec->xfwBuf, in NonLinearProcessing()
1018 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in NonLinearProcessing()
1497 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()
H A Daec_core_sse2.c666 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherenceSSE2()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/aec/
H A Daec_core.h97 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer member
H A Daec_core.c482 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1); in WebRtcAec_InitAec()
926 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
929 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, sizeof(xfw)); in NonLinearProcessing()
1194 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, sizeof(aec->xfwBuf) - in NonLinearProcessing()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.c432 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherence()
993 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
1173 memmove(aec->xfwBuf + PART_LEN1, in NonLinearProcessing()
1174 aec->xfwBuf, in NonLinearProcessing()
1175 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in NonLinearProcessing()
1667 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()
H A Daec_core_sse2.c664 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherenceSSE2()
H A Daec_core_neon.c680 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherenceNEON()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1];
H A Daec_core.c436 aec->xfwBuf + aec->delayIdx * PART_LEN1,
1076 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1);
1256 memmove(aec->xfwBuf + PART_LEN1,
1257 aec->xfwBuf,
1258 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1);
1753 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1);
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.c432 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherence()
993 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
1173 memmove(aec->xfwBuf + PART_LEN1, in NonLinearProcessing()
1174 aec->xfwBuf, in NonLinearProcessing()
1175 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in NonLinearProcessing()
1667 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.c432 aec->xfwBuf + aec->delayIdx * PART_LEN1, in SubbandCoherence()
993 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
1173 memmove(aec->xfwBuf + PART_LEN1, in NonLinearProcessing()
1174 aec->xfwBuf, in NonLinearProcessing()
1175 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in NonLinearProcessing()
1667 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec/
H A Daec_core.h169 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.cc1203 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()
1214 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()
1288 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, in EchoSuppression()
1289 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()
1680 memset(aec->xfwBuf, 0, in WebRtcAec_InitAec()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.h171 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.cc1211 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()
1222 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()
1296 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, in EchoSuppression()
1297 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()
1693 memset(aec->xfwBuf, 0, in WebRtcAec_InitAec()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.h171 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.cc1211 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()
1222 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()
1296 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, in EchoSuppression()
1297 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()
1693 memset(aec->xfwBuf, 0, in WebRtcAec_InitAec()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core.h171 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.cc1206 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()
1217 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()
1291 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, in EchoSuppression()
1292 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()
1683 memset(aec->xfwBuf, 0, in WebRtcAec_InitAec()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core.h171 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
H A Daec_core.cc1211 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()
1222 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()
1296 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, in EchoSuppression()
1297 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()
1693 memset(aec->xfwBuf, 0, in WebRtcAec_InitAec()

12