summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/ilbc/hpOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/win32/include/ilbc/hpOutput.h')
-rwxr-xr-xthirdparties/win32/include/ilbc/hpOutput.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/thirdparties/win32/include/ilbc/hpOutput.h b/thirdparties/win32/include/ilbc/hpOutput.h
index 08a679c..8510213 100755
--- a/thirdparties/win32/include/ilbc/hpOutput.h
+++ b/thirdparties/win32/include/ilbc/hpOutput.h
@@ -1,23 +1,23 @@
- /******************************************************************
+/******************************************************************
- iLBC Speech Coder ANSI-C Source Code
+ iLBC Speech Coder ANSI-C Source Code
- hpOutput.h
+ hpOutput.h
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
- ******************************************************************/
+******************************************************************/
- #ifndef __iLBC_HPOUTPUT_H
- #define __iLBC_HPOUTPUT_H
+#ifndef __iLBC_HPOUTPUT_H
+#define __iLBC_HPOUTPUT_H
- void hpOutput(
- 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 hpOutput(
+ 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