summaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec/aec_rdft.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/aec/aec_rdft.h')
-rw-r--r--modules/audio_processing/aec/aec_rdft.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/audio_processing/aec/aec_rdft.h b/modules/audio_processing/aec/aec_rdft.h
index 795c57d4..94301601 100644
--- a/modules/audio_processing/aec/aec_rdft.h
+++ b/modules/audio_processing/aec/aec_rdft.h
@@ -60,5 +60,8 @@ void aec_rdft_inverse_128(float* a);
#if defined(MIPS_FPU_LE)
void aec_rdft_init_mips(void);
#endif
+#if defined(WEBRTC_DETECT_ARM_NEON) || defined(WEBRTC_ARCH_ARM_NEON)
+void aec_rdft_init_neon(void);
+#endif
#endif // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_MAIN_SOURCE_AEC_RDFT_H_