Home
last modified time | relevance | path

Searched refs:shiftChFar (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc834 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
850 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
853 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
859 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
870 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
877 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
918 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aecm/
H A Daecm_core.cc834 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
850 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
853 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
859 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
870 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
877 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
918 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc834 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
850 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
853 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
859 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
870 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
877 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
918 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aecm/
H A Daecm_core.cc834 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
850 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
853 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
859 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
870 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
877 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
918 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aecm/
H A Daecm_core.cc828 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
844 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
847 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
853 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
864 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
871 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
912 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc834 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
850 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
853 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
859 shiftChFar >= 32 ? 0 : aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
870 far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
877 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
918 shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c908 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
927 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
931 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
945 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
954 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc907 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
926 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
930 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 aecm->channelAdapt32[i] >> shiftChFar) * far_spectrum[i]; in WebRtcAecm_UpdateChannel()
944 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
953 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1000 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc906 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
925 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
929 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
930 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
943 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
952 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
999 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c909 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
928 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
932 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
933 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
946 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
955 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1002 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc907 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
926 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
930 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 aecm->channelAdapt32[i] >> shiftChFar) * far_spectrum[i]; in WebRtcAecm_UpdateChannel()
944 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
953 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1000 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c908 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
927 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
931 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
945 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
954 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc907 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
926 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
930 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 aecm->channelAdapt32[i] >> shiftChFar) * far_spectrum[i]; in WebRtcAecm_UpdateChannel()
944 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
953 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1000 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c908 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
927 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
931 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
945 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
954 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/aecm/
H A Daecm_core.c1096 WebRtc_Word16 shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
1115 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
1119 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
1121 WEBRTC_SPL_RSHIFT_W32(aecm->channelAdapt32[i], shiftChFar), in WebRtcAecm_UpdateChannel()
1134 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
1143 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1194 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()