Searched defs:PART_LEN2 (Results 1 – 3 of 3) sorted by relevance
25 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2 macro
817 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()
23 #define PART_LEN2 (PART_LEN << 1) /* Length of partition * 2. */ macro