OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUANTILE
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
19
#define
QUANTILE
(float)0.25
ns_core.c
114
// For
quantile
noise estimation.
115
memset(self->
quantile
, 0, sizeof(float) * HALF_ANAL_BLOCKL);
244
// Update log
quantile
estimate.
247
QUANTILE
* delta / (float)(self->counter[s] + 1);
250
(1.f -
QUANTILE
) * delta / (float)(self->counter[s] + 1);
266
self->
quantile
[i] = (float)exp(self->lquantile[offset + i]);
278
self->
quantile
[i] = (float)exp(self->lquantile[offset + i]);
283
noise[i] = self->
quantile
[i];
558
// Compute prior and post SNR based on
quantile
noise estimation.
[
all
...]
Completed in 99 milliseconds