summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/include/ilbc/iCBConstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/include/ilbc/iCBConstruct.h')
-rw-r--r--thirdparties/android/include/ilbc/iCBConstruct.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/thirdparties/android/include/ilbc/iCBConstruct.h b/thirdparties/android/include/ilbc/iCBConstruct.h
new file mode 100644
index 0000000..ac5dfa9
--- /dev/null
+++ b/thirdparties/android/include/ilbc/iCBConstruct.h
@@ -0,0 +1,40 @@
+ /******************************************************************
+
+ iLBC Speech Coder ANSI-C Source Code
+
+ iCBConstruct.h
+
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
+
+
+
+
+
+
+
+ ******************************************************************/
+
+ #ifndef __iLBC_ICBCONSTRUCT_H
+ #define __iLBC_ICBCONSTRUCT_H
+
+ void index_conv_enc(
+ int *index /* (i/o) Codebook indexes */
+ );
+
+ void index_conv_dec(
+ int *index /* (i/o) Codebook indexes */
+ );
+
+ void iCBConstruct(
+ float *decvector, /* (o) Decoded vector */
+ int *index, /* (i) Codebook indices */
+ int *gain_index,/* (i) Gain quantization indices */
+ float *mem, /* (i) Buffer for codevector construction */
+ int lMem, /* (i) Length of buffer */
+ int veclen, /* (i) Length of vector */
+ int nStages /* (i) Number of codebook stages */
+ );
+
+ #endif
+
OpenPOWER on IntegriCloud