Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
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()
1291 if (theFilterTmp[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()
[all …]
Dns_core.h74 float denoiseBound; member
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()
Dnsx_core.h30 uint16_t denoiseBound; /* Q14 */ member