summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/ilbc/hpInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/common/include/ilbc/hpInput.h')
-rwxr-xr-xthirdparties/android/common/include/ilbc/hpInput.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/thirdparties/android/common/include/ilbc/hpInput.h b/thirdparties/android/common/include/ilbc/hpInput.h
index 3b020d1..2a5da2e 100755
--- a/thirdparties/android/common/include/ilbc/hpInput.h
+++ b/thirdparties/android/common/include/ilbc/hpInput.h
@@ -1,24 +1,24 @@
- /******************************************************************
+/******************************************************************
- iLBC Speech Coder ANSI-C Source Code
+ iLBC Speech Coder ANSI-C Source Code
- hpInput.h
+ hpInput.h
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
- ******************************************************************/
+******************************************************************/
- #ifndef __iLBC_HPINPUT_H
- #define __iLBC_HPINPUT_H
+#ifndef __iLBC_HPINPUT_H
+#define __iLBC_HPINPUT_H
- void hpInput(
- float *In, /* (i) vector to filter */
- int len, /* (i) length of vector to filter */
- float *Out, /* (o) the resulting filtered vector */
- float *mem /* (i/o) the filter state */
- );
+void hpInput(
+ float *In, /* (i) vector to filter */
+ int len, /* (i) length of vector to filter */
+ float *Out, /* (o) the resulting filtered vector */
+ float *mem /* (i/o) the filter state */
+);
- #endif
+#endif
OpenPOWER on IntegriCloud