Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c117 self->lquantile[i] = 8.f; in WebRtcNs_InitCore()
245 if (lmagn[i] > self->lquantile[offset + i]) { in NoiseEstimation()
246 self->lquantile[offset + i] += in NoiseEstimation()
249 self->lquantile[offset + i] -= in NoiseEstimation()
254 if (fabs(lmagn[i] - self->lquantile[offset + i]) < WIDTH) { in NoiseEstimation()
266 self->quantile[i] = (float)exp(self->lquantile[offset + i]); in NoiseEstimation()
278 self->quantile[i] = (float)exp(self->lquantile[offset + i]); in NoiseEstimation()
Dns_core.h67 float lquantile[SIMULT * HALF_ANAL_BLOCKL]; member