Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c115 static void ComfortNoise(aec_t *aec, float efw[2][PART_LEN1],
1109 ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl); in NonLinearProcessing()
1205 static void ComfortNoise(aec_t *aec, float efw[2][PART_LEN1], in ComfortNoise() function
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c200 static void ComfortNoise(AecmCore_t* aecm,
1890 ComfortNoise(aecm, ptrDfaClean, efw, hnl); in WebRtcAecm_ProcessBlock()
1917 static void ComfortNoise(AecmCore_t* aecm, in ComfortNoise() function