Searched defs:comfortNoiseHband (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c114 // Comfort_noise also computes noise for H band returned in comfortNoiseHband
116 complex_t *comfortNoiseHband,
855 complex_t comfortNoiseHband[PART_LEN1]; local
890 memset(comfortNoiseHband, 0, sizeof(comfortNoiseHband));
1109 ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl);
1154 fft[0] = comfortNoiseHband[0][0];
1155 fft[1] = comfortNoiseHband[PART_LEN][0];
1157 fft[2*i] = comfortNoiseHband[i][0];
1158 fft[2*i + 1] = comfortNoiseHband[
1205 ComfortNoise(aec_t *aec, float efw[2][PART_LEN1], complex_t *comfortNoiseHband, const float *noisePow, const float *lambda) argument
[all...]

Completed in 377 milliseconds