Home
last modified time | relevance | path

Searched defs:PART_LEN2 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.h25 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2 macro
Daec_core.c817 float time_data[PART_LEN2], in ScaledInverseFft()
833 static void Fft(float time_data[PART_LEN2], in Fft()
1001 float farend[PART_LEN2], in EchoSuppression()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_defines.h23 #define PART_LEN2 (PART_LEN << 1) /* Length of partition * 2. */ macro