From 789831ef9abb8cc5cb4668f344f97bd3ae62244d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 26 Mar 2008 17:10:28 +0000 Subject: Merged revisions 110880 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r110880 | kpfleming | 2008-03-26 09:42:35 -0700 (Wed, 26 Mar 2008) | 10 lines Merged revisions 110869 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r110869 | kpfleming | 2008-03-26 08:53:46 -0700 (Wed, 26 Mar 2008) | 2 lines due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110881 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/ilbc/iCBSearch.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 codecs/ilbc/iCBSearch.h (limited to 'codecs/ilbc/iCBSearch.h') diff --git a/codecs/ilbc/iCBSearch.h b/codecs/ilbc/iCBSearch.h deleted file mode 100644 index 989f6ec03..000000000 --- a/codecs/ilbc/iCBSearch.h +++ /dev/null @@ -1,35 +0,0 @@ - -/****************************************************************** - - iLBC Speech Coder ANSI-C Source Code - - iCBSearch.h - - Copyright (C) The Internet Society (2004). - All Rights Reserved. - -******************************************************************/ - -#ifndef __iLBC_ICBSEARCH_H -#define __iLBC_ICBSEARCH_H - -void iCBSearch( - iLBC_Enc_Inst_t *iLBCenc_inst, - /* (i) the encoder state structure */ - int *index, /* (o) Codebook indices */ - int *gain_index,/* (o) Gain quantization indices */ - float *intarget,/* (i) Target vector for encoding */ - float *mem, /* (i) Buffer for codebook construction */ - int lMem, /* (i) Length of buffer */ - int lTarget, /* (i) Length of vector */ - int nStages, /* (i) Number of codebook stages */ - float *weightDenum, /* (i) weighting filter coefficients */ - - - float *weightState, /* (i) weighting filter state */ - int block /* (i) the sub-block number */ -); - -#endif - - -- cgit v1.2.3