aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ilbc/syntFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/syntFilter.h')
-rwxr-xr-xcodecs/ilbc/syntFilter.h53
1 files changed, 27 insertions, 26 deletions
diff --git a/codecs/ilbc/syntFilter.h b/codecs/ilbc/syntFilter.h
index 5c731ac6d..c155fdb0b 100755
--- a/codecs/ilbc/syntFilter.h
+++ b/codecs/ilbc/syntFilter.h
@@ -1,26 +1,27 @@
-
-/******************************************************************
-
- iLBC Speech Coder ANSI-C Source Code
-
- syntFilter.h
-
- Copyright (c) 2001,
- Global IP Sound AB.
- All rights reserved.
-
-******************************************************************/
-
-#ifndef __iLBC_SYNTFILTER_H
-#define __iLBC_SYNTFILTER_H
-
-void syntFilter(
- float *Out, /* (i/o) Signal to be filtered */
- float *a, /* (i) LP parameters */
- int len, /* (i) Length of signal */
- float *mem /* (i/o) Filter state */
-);
-
-#endif
-
-
+
+/******************************************************************
+
+ iLBC Speech Coder ANSI-C Source Code
+
+ syntFilter.h
+
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
+
+******************************************************************/
+
+#ifndef __iLBC_SYNTFILTER_H
+#define __iLBC_SYNTFILTER_H
+
+void syntFilter(
+ float *Out, /* (i/o) Signal to be filtered */
+ float *a, /* (i) LP parameters */
+ int len, /* (i) Length of signal */
+ float *mem /* (i/o) Filter state */
+
+
+);
+
+#endif
+
+