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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h174 complex_t* comfortNoiseHband,
H A Daec_core_mips.c29 complex_t* comfortNoiseHband,
317 comfortNoiseHband[i][0] = tmpAvg * u[i][0];
318 comfortNoiseHband[i][1] = tmpAvg * u[i][1];
27 WebRtcAec_ComfortNoise_mips(AecCore* aec, float efw[2][PART_LEN1], complex_t* comfortNoiseHband, const float* noisePow, const float* lambda) argument
H A Daec_core.c459 complex_t* comfortNoiseHband,
538 comfortNoiseHband[i][0] = tmpAvg * u[i][0];
539 comfortNoiseHband[i][1] = tmpAvg * u[i][1];
795 complex_t comfortNoiseHband[PART_LEN1]; local
826 memset(comfortNoiseHband, 0, sizeof(comfortNoiseHband));
935 WebRtcAec_ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl);
980 fft[0] = comfortNoiseHband[0][0];
981 fft[1] = comfortNoiseHband[PART_LEN][0];
983 fft[2 * i] = comfortNoiseHband[
457 ComfortNoise(AecCore* aec, float efw[2][PART_LEN1], complex_t* comfortNoiseHband, const float* noisePow, const float* lambda) argument
[all...]
/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 136 milliseconds