aboutsummaryrefslogtreecommitdiffstats
path: root/1.2-netsec/codecs/ilbc/LPCencode.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-26 17:07:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-26 17:07:26 +0000
commite2badd799b87d7ae80f8aa6f5d0679bcab903a91 (patch)
tree1d123d8ef0c24763123582d172f1ffdbf73addab /1.2-netsec/codecs/ilbc/LPCencode.h
parent9774f6cc479ebeb3142c1dac84fa7cdc5399abf6 (diff)
remove improperly created directory
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.5-netsec@15060 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to '1.2-netsec/codecs/ilbc/LPCencode.h')
-rw-r--r--1.2-netsec/codecs/ilbc/LPCencode.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/1.2-netsec/codecs/ilbc/LPCencode.h b/1.2-netsec/codecs/ilbc/LPCencode.h
deleted file mode 100644
index 5712163c2..000000000
--- a/1.2-netsec/codecs/ilbc/LPCencode.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-/******************************************************************
-
- iLBC Speech Coder ANSI-C Source Code
-
- LPCencode.h
-
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
-
-******************************************************************/
-
-#ifndef __iLBC_LPCENCOD_H
-#define __iLBC_LPCENCOD_H
-
-void LPCencode(
- float *syntdenum, /* (i/o) synthesis filter coefficients
- before/after encoding */
- float *weightdenum, /* (i/o) weighting denumerator coefficients
- before/after encoding */
- int *lsf_index, /* (o) lsf quantization index */
- float *data, /* (i) lsf coefficients to quantize */
- iLBC_Enc_Inst_t *iLBCenc_inst
- /* (i/o) the encoder state structure */
-);
-
-#endif
-
-