summaryrefslogtreecommitdiffstats
path: root/branches/1.0/thirdparties/android/include/ilbc/getCBvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/thirdparties/android/include/ilbc/getCBvec.h')
-rw-r--r--branches/1.0/thirdparties/android/include/ilbc/getCBvec.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/branches/1.0/thirdparties/android/include/ilbc/getCBvec.h b/branches/1.0/thirdparties/android/include/ilbc/getCBvec.h
deleted file mode 100644
index a92eb46..0000000
--- a/branches/1.0/thirdparties/android/include/ilbc/getCBvec.h
+++ /dev/null
@@ -1,24 +0,0 @@
- /******************************************************************
-
- iLBC Speech Coder ANSI-C Source Code
-
- getCBvec.h
-
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
-
- ******************************************************************/
-
- #ifndef __iLBC_GETCBVEC_H
- #define __iLBC_GETCBVEC_H
-
- void getCBvec(
- float *cbvec, /* (o) Constructed codebook vector */
- float *mem, /* (i) Codebook buffer */
- int index, /* (i) Codebook index */
- int lMem, /* (i) Length of codebook buffer */
- int cbveclen/* (i) Codebook vector length */
- );
-
- #endif
-
OpenPOWER on IntegriCloud