summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/ilbc/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/common/include/ilbc/constants.h')
-rwxr-xr-xthirdparties/android/common/include/ilbc/constants.h90
1 files changed, 45 insertions, 45 deletions
diff --git a/thirdparties/android/common/include/ilbc/constants.h b/thirdparties/android/common/include/ilbc/constants.h
index d2adb8a..213d0c7 100755
--- a/thirdparties/android/common/include/ilbc/constants.h
+++ b/thirdparties/android/common/include/ilbc/constants.h
@@ -1,22 +1,22 @@
- /******************************************************************
+/******************************************************************
- iLBC Speech Coder ANSI-C Source Code
+ iLBC Speech Coder ANSI-C Source Code
- constants.h
+ constants.h
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
- ******************************************************************/
+******************************************************************/
- #ifndef __iLBC_CONSTANTS_H
- #define __iLBC_CONSTANTS_H
+#ifndef __iLBC_CONSTANTS_H
+#define __iLBC_CONSTANTS_H
- #include "iLBC_define.h"
+#include "iLBC_define.h"
- /* ULP bit allocation */
+/* ULP bit allocation */
@@ -24,53 +24,53 @@
- extern const iLBC_ULP_Inst_t ULP_20msTbl;
- extern const iLBC_ULP_Inst_t ULP_30msTbl;
+extern const iLBC_ULP_Inst_t ULP_20msTbl;
+extern const iLBC_ULP_Inst_t ULP_30msTbl;
- /* high pass filters */
+/* high pass filters */
- extern float hpi_zero_coefsTbl[];
- extern float hpi_pole_coefsTbl[];
- extern float hpo_zero_coefsTbl[];
- extern float hpo_pole_coefsTbl[];
+extern float hpi_zero_coefsTbl[];
+extern float hpi_pole_coefsTbl[];
+extern float hpo_zero_coefsTbl[];
+extern float hpo_pole_coefsTbl[];
- /* low pass filters */
- extern float lpFilt_coefsTbl[];
+/* low pass filters */
+extern float lpFilt_coefsTbl[];
- /* LPC analysis and quantization */
+/* LPC analysis and quantization */
- extern float lpc_winTbl[];
- extern float lpc_asymwinTbl[];
- extern float lpc_lagwinTbl[];
- extern float lsfCbTbl[];
- extern float lsfmeanTbl[];
- extern int dim_lsfCbTbl[];
- extern int size_lsfCbTbl[];
- extern float lsf_weightTbl_30ms[];
- extern float lsf_weightTbl_20ms[];
+extern float lpc_winTbl[];
+extern float lpc_asymwinTbl[];
+extern float lpc_lagwinTbl[];
+extern float lsfCbTbl[];
+extern float lsfmeanTbl[];
+extern int dim_lsfCbTbl[];
+extern int size_lsfCbTbl[];
+extern float lsf_weightTbl_30ms[];
+extern float lsf_weightTbl_20ms[];
- /* state quantization tables */
+/* state quantization tables */
- extern float state_sq3Tbl[];
- extern float state_frgqTbl[];
+extern float state_sq3Tbl[];
+extern float state_frgqTbl[];
- /* gain quantization tables */
+/* gain quantization tables */
- extern float gain_sq3Tbl[];
- extern float gain_sq4Tbl[];
- extern float gain_sq5Tbl[];
+extern float gain_sq3Tbl[];
+extern float gain_sq4Tbl[];
+extern float gain_sq5Tbl[];
- /* adaptive codebook definitions */
+/* adaptive codebook definitions */
- extern int search_rangeTbl[5][CB_NSTAGES];
- extern int memLfTbl[];
- extern int stMemLTbl;
- extern float cbfiltersTbl[CB_FILTERLEN];
+extern int search_rangeTbl[5][CB_NSTAGES];
+extern int memLfTbl[];
+extern int stMemLTbl;
+extern float cbfiltersTbl[CB_FILTERLEN];
- /* enhancer definitions */
+/* enhancer definitions */
- extern float polyphaserTbl[];
- extern float enh_plocsTbl[];
+extern float polyphaserTbl[];
+extern float enh_plocsTbl[];
@@ -78,5 +78,5 @@
- #endif
+#endif
OpenPOWER on IntegriCloud