summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/ilbc/enhancer.h
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
committerMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
commit50dfb4359619563012997bc3ddafb7667741066c (patch)
treedb234c1edc3240a653363b5735fc4077af4b8720 /thirdparties/android/common/include/ilbc/enhancer.h
parent94b2219209038e05dd26395f6fb700be4d1062c0 (diff)
downloaddoubango-50dfb4359619563012997bc3ddafb7667741066c.zip
doubango-50dfb4359619563012997bc3ddafb7667741066c.tar.gz
Add new QoS implementation
Code formatting
Diffstat (limited to 'thirdparties/android/common/include/ilbc/enhancer.h')
-rwxr-xr-xthirdparties/android/common/include/ilbc/enhancer.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/thirdparties/android/common/include/ilbc/enhancer.h b/thirdparties/android/common/include/ilbc/enhancer.h
index bc5152a..20fa8a4 100755
--- a/thirdparties/android/common/include/ilbc/enhancer.h
+++ b/thirdparties/android/common/include/ilbc/enhancer.h
@@ -1,37 +1,37 @@
- /******************************************************************
+/******************************************************************
- iLBC Speech Coder ANSI-C Source Code
+ iLBC Speech Coder ANSI-C Source Code
- enhancer.h
+ enhancer.h
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
- ******************************************************************/
+******************************************************************/
- #ifndef __ENHANCER_H
- #define __ENHANCER_H
+#ifndef __ENHANCER_H
+#define __ENHANCER_H
- #include "iLBC_define.h"
+#include "iLBC_define.h"
- float xCorrCoef(
- float *target, /* (i) first array */
- float *regressor, /* (i) second array */
- int subl /* (i) dimension arrays */
- );
+float xCorrCoef(
+ float *target, /* (i) first array */
+ float *regressor, /* (i) second array */
+ int subl /* (i) dimension arrays */
+);
- int enhancerInterface(
- float *out, /* (o) the enhanced recidual signal */
- float *in, /* (i) the recidual signal to enhance */
- iLBC_Dec_Inst_t *iLBCdec_inst
- /* (i/o) the decoder state structure */
- );
+int enhancerInterface(
+ float *out, /* (o) the enhanced recidual signal */
+ float *in, /* (i) the recidual signal to enhance */
+ iLBC_Dec_Inst_t *iLBCdec_inst
+ /* (i/o) the decoder state structure */
+);
- #endif
+#endif
OpenPOWER on IntegriCloud