aboutsummaryrefslogtreecommitdiffstats
path: root/1.2-netsec/codecs/ilbc/getCBvec.h
diff options
context:
space:
mode:
Diffstat (limited to '1.2-netsec/codecs/ilbc/getCBvec.h')
-rw-r--r--1.2-netsec/codecs/ilbc/getCBvec.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/1.2-netsec/codecs/ilbc/getCBvec.h b/1.2-netsec/codecs/ilbc/getCBvec.h
deleted file mode 100644
index 8b1f8c85c..000000000
--- a/1.2-netsec/codecs/ilbc/getCBvec.h
+++ /dev/null
@@ -1,28 +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
-
-