Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c568 static void UpdateLevel(PowerLevel* level, float in[2][PART_LEN1]) { in UpdateLevel() function
982 UpdateLevel(linout_level, e_fft); in EchoSubtraction()
1181 UpdateLevel(&aec->nlpoutlevel, efw); in EchoSuppression()
1409 UpdateLevel(&aec->farlevel, (float(*)[PART_LEN1])xf_ptr); in ProcessBlock()
1410 UpdateLevel(&aec->nearlevel, df); in ProcessBlock()