Home
last modified time | relevance | path

Searched refs:nrg_wht (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dpitch_estimator.c480 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
509 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
511 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
517 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dpitch_estimator.c480 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
509 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
511 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
517 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_isac/main/
H A Dpitch_estimator.c480 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
509 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
511 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
517 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c481 double nrg_wht, tmp; in WebRtcIsac_PitchAnalysis() local
510 nrg_wht = 0.0; in WebRtcIsac_PitchAnalysis()
512 nrg_wht += Whitened[k] * Whitened[k]; in WebRtcIsac_PitchAnalysis()
518 Wnrg = 1.0 / nrg_wht; in WebRtcIsac_PitchAnalysis()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c551 double nrg_wht, tmp; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
580 nrg_wht = 0.0; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
582 nrg_wht += Whitened[k] * Whitened[k]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
588 Wnrg = 1.0 / nrg_wht; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()