Searched refs:QUANTILE (Results 1 – 2 of 2) sorted by relevance
19 #define QUANTILE (float)0.25 macro
247 QUANTILE * delta / (float)(self->counter[s] + 1); in NoiseEstimation()250 (1.f - QUANTILE) * delta / (float)(self->counter[s] + 1); in NoiseEstimation()