Searched refs:kExtendedNumPartitions (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_internal.h | 23 kExtendedNumPartitions = 32 enumerator 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]);
|
D | aec_core_mips.c | 328 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips() 329 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips() 445 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips() 447 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips()
|
D | aec_core.c | 159 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFar() 160 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFar() 217 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptation() 219 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptation() 930 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in EchoSubtraction() 933 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in EchoSubtraction() 1690 memset(aec->xfBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec() 1691 memset(aec->wfBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec() 1695 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec() 1936 self->num_partitions = enable ? kExtendedNumPartitions : kNormalNumPartitions; in WebRtcAec_enable_extended_filter()
|
D | aec_core_neon.c | 40 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarNEON() 41 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarNEON() 192 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON() 194 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
|
D | aec_core_sse2.c | 35 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarSSE2() 36 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarSSE2() 154 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2() 156 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
|