Searched refs:lquantile (Results 1 – 2 of 2) sorted by relevance
117 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()
67 float lquantile[SIMULT * HALF_ANAL_BLOCKL]; member