Home
last modified time | relevance | path

Searched refs:QUANTILE (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Ddefines.h19 #define QUANTILE (float)0.25 macro
Dns_core.c247 QUANTILE * delta / (float)(self->counter[s] + 1); in NoiseEstimation()
250 (1.f - QUANTILE) * delta / (float)(self->counter[s] + 1); in NoiseEstimation()