Home
last modified time | relevance | path

Searched refs:denoiseBound (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/libfilteraudio/filter_audio-0.0.1/ns/
H A Dns_core.c1023 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1028 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1033 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1038 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1272 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1273 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1285 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1327 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1328 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1392 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
H A Dnsx_core.c793 inst->denoiseBound = 8192; // Q14(0.5) in WebRtcNsx_set_policy_core()
797 inst->denoiseBound = 4096; // Q14(0.25) in WebRtcNsx_set_policy_core()
802 inst->denoiseBound = 2048; // Q14(0.125) in WebRtcNsx_set_policy_core()
807 inst->denoiseBound = 1475; // ~= Q14(0.09) in WebRtcNsx_set_policy_core()
1636 noiseSupFilterTmp[i] = inst->denoiseBound; in WebRtcNsx_ProcessCore()
1663 (uint32_t)(inst->denoiseBound)); // Q14 in WebRtcNsx_ProcessCore()
1987 …inst->noiseSupFilter[i] = WEBRTC_SPL_SAT(16384, tmpU16no1, inst->denoiseBound); // 16384 = Q14(1.0… in WebRtcNsx_ProcessCore()
2085 = WEBRTC_SPL_SAT(16384, gainTimeDomainHB, (int16_t)(inst->denoiseBound)); // 16384 = Q14(1.0) in WebRtcNsx_ProcessCore()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/ns/
H A Dns_core.c218 inst->denoiseBound = (float)0.5; in WebRtcNs_set_policy_core()
223 inst->denoiseBound = (float)0.25; in WebRtcNs_set_policy_core()
228 inst->denoiseBound = (float)0.125; in WebRtcNs_set_policy_core()
233 inst->denoiseBound = (float)0.09; in WebRtcNs_set_policy_core()
1114 if (theFilter[i] < inst->denoiseBound) { in WebRtcNs_ProcessCore()
1115 theFilter[i] = inst->denoiseBound; in WebRtcNs_ProcessCore()
1124 theFilterTmp[i] = inst->denoiseBound; in WebRtcNs_ProcessCore()
1187 if (gain <= inst->denoiseBound) { in WebRtcNs_ProcessCore()
1188 gain = inst->denoiseBound; in WebRtcNs_ProcessCore()
1282 if (gainTimeDomainHB < inst->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h76 float denoiseBound; member
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/ns/
H A Dns_core.c1023 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1028 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1033 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1038 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1279 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1280 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1292 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1334 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1335 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1399 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
H A Dnsx_core.c792 inst->denoiseBound = 8192; // Q14(0.5) in WebRtcNsx_set_policy_core()
796 inst->denoiseBound = 4096; // Q14(0.25) in WebRtcNsx_set_policy_core()
801 inst->denoiseBound = 2048; // Q14(0.125) in WebRtcNsx_set_policy_core()
806 inst->denoiseBound = 1475; // ~= Q14(0.09) in WebRtcNsx_set_policy_core()
1648 noiseSupFilterTmp[i] = inst->denoiseBound; in WebRtcNsx_ProcessCore()
1675 (uint32_t)(inst->denoiseBound)); // Q14 in WebRtcNsx_ProcessCore()
1999 …inst->noiseSupFilter[i] = WEBRTC_SPL_SAT(16384, tmpU16no1, inst->denoiseBound); // 16384 = Q14(1.0… in WebRtcNsx_ProcessCore()
2101 = WEBRTC_SPL_SAT(16384, gainTimeDomainHB, (int16_t)(inst->denoiseBound)); // 16384 = Q14(1.0) in WebRtcNsx_ProcessCore()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.c1025 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1030 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1035 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1040 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1281 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1282 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1294 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1336 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1337 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1401 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/ns/
H A Dns_core.c1025 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1030 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1035 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1040 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1282 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1283 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1295 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1337 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1338 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1403 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
H A Dnsx_core.c787 inst->denoiseBound = 8192; // Q14(0.5) in WebRtcNsx_set_policy_core()
791 inst->denoiseBound = 4096; // Q14(0.25) in WebRtcNsx_set_policy_core()
796 inst->denoiseBound = 2048; // Q14(0.125) in WebRtcNsx_set_policy_core()
801 inst->denoiseBound = 1475; // ~= Q14(0.09) in WebRtcNsx_set_policy_core()
1643 noiseSupFilterTmp[i] = inst->denoiseBound; in WebRtcNsx_ProcessCore()
1670 (uint32_t)(inst->denoiseBound)); // Q14 in WebRtcNsx_ProcessCore()
1994 …inst->noiseSupFilter[i] = WEBRTC_SPL_SAT(16384, tmpU16no1, inst->denoiseBound); // 16384 = Q14(1.0… in WebRtcNsx_ProcessCore()
2096 = WEBRTC_SPL_SAT(16384, gainTimeDomainHB, (int16_t)(inst->denoiseBound)); // 16384 = Q14(1.0) in WebRtcNsx_ProcessCore()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dns_core.c1023 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1028 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1033 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1038 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1279 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1280 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1292 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1334 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1335 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1399 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dns_core.c1022 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1027 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1032 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1037 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1278 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1279 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1291 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1333 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1334 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1398 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.c1025 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1030 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1035 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1040 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1281 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1282 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1294 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1336 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1337 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1401 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/ns/
H A Dns_core.c1023 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1028 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1033 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1038 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1279 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1280 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1292 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1334 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1335 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1399 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dns_core.c1025 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1030 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1035 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1040 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1281 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1282 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1294 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1336 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1337 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1401 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.c1023 self->denoiseBound = 0.5f; in WebRtcNs_set_policy_core()
1028 self->denoiseBound = 0.25f; in WebRtcNs_set_policy_core()
1033 self->denoiseBound = 0.125f; in WebRtcNs_set_policy_core()
1038 self->denoiseBound = 0.09f; in WebRtcNs_set_policy_core()
1279 if (theFilter[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()
1280 theFilter[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1292 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()
1334 if (gain <= self->denoiseBound) { in WebRtcNs_ProcessCore()
1335 gain = self->denoiseBound; in WebRtcNs_ProcessCore()
1399 if (gainTimeDomainHB < self->denoiseBound) { in WebRtcNs_ProcessCore()
[all …]
H A Dns_core.h74 float denoiseBound; member

12