Searched defs:kExtendedNumPartitions (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h23 kExtendedNumPartitions = 32 enumerator in enum:__anon30817
76 float xfBuf[2][kExtendedNumPartitions * PART_LEN1]; // farend fft buffer
77 float wfBuf[2][kExtendedNumPartitions * PART_LEN1]; // filter fft
81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1];
179 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1],
180 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1],
192 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1],
194 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]);

Completed in 92 milliseconds