Searched defs:PART_LEN1 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 27 float efw[2][PART_LEN1], in WebRtcAec_ComfortNoise_mips() 28 float comfortNoiseHband[2][PART_LEN1], in WebRtcAec_ComfortNoise_mips() 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() 330 float y_fft[2][PART_LEN1]) { in WebRtcAec_FilterFar_mips() 445 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips() 446 float e_fft[2][PART_LEN1], in WebRtcAec_FilterAdaptation_mips() 447 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips() 647 float hNl[PART_LEN1], in WebRtcAec_OverdriveAndSuppress_mips() 649 float efw[2][PART_LEN1]) { in WebRtcAec_OverdriveAndSuppress_mips() [all …]
|
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() 161 float y_fft[2][PART_LEN1]) { in FilterFar() 188 float x_pow[PART_LEN1], in ScaleErrorSignal() 189 float ef[2][PART_LEN1]) { in ScaleErrorSignal() 217 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptation() 218 float e_fft[2][PART_LEN1], in FilterAdaptation() 219 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptation() 271 float hNl[PART_LEN1], in OverdriveAndSuppress() 273 float efw[2][PART_LEN1]) { in OverdriveAndSuppress() [all …]
|
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() 42 float y_fft[2][PART_LEN1]) { in FilterFarNEON() 132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON() 133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON() 192 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON() 193 float e_fft[2][PART_LEN1], in FilterAdaptationNEON() 194 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON() 383 float hNl[PART_LEN1], in OverdriveAndSuppressNEON() 385 float efw[2][PART_LEN1]) { in OverdriveAndSuppressNEON() [all …]
|
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() 37 float y_fft[2][PART_LEN1]) { in FilterFarSSE2() 85 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2() 86 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2() 154 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2() 155 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2() 156 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2() 370 float hNl[PART_LEN1], in OverdriveAndSuppressSSE2() 372 float efw[2][PART_LEN1]) { in OverdriveAndSuppressSSE2() [all …]
|
D | aec_core.h | 24 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients macro
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_defines.h | 22 #define PART_LEN1 (PART_LEN + 1) /* Unique fft coefficients. */ macro
|