HomeSort by relevance Sort by last modified time
    Searched refs:lquantile (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h 67 float lquantile[SIMULT * HALF_ANAL_BLOCKL]; member in struct:NoiseSuppressionC_
ns_core.c 117 self->lquantile[i] = 8.f;
245 if (lmagn[i] > self->lquantile[offset + i]) {
246 self->lquantile[offset + i] +=
249 self->lquantile[offset + i] -=
254 if (fabs(lmagn[i] - self->lquantile[offset + i]) < WIDTH) {
266 self->quantile[i] = (float)exp(self->lquantile[offset + i]);
278 self->quantile[i] = (float)exp(self->lquantile[offset + i]);
    [all...]

Completed in 47 milliseconds