diff src/post_pro.h @ 5:799b56cbccb6

EFR2 decoder: add post-processing step from AMR
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 06:09:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/post_pro.h	Wed Apr 03 06:09:10 2024 +0000
@@ -0,0 +1,8 @@
+/*
+ * Function declarations for post_pro.c: a hacked-up piece of code
+ * lifted from AMR source and integrated into the old ETSI EFR
+ * way of doing things.
+ */
+
+void AMR_postproc_reset (void);
+void Post_Process (Word16 signal[], Word16 lg);