From 631fffee8a28b1bec5ed1f1d26a20e0135967f99 Mon Sep 17 00:00:00 2001 From: Mamadou DIOP Date: Mon, 17 Aug 2015 01:56:35 +0200 Subject: - --- .../android/include/ilbc/iCBConstruct.h | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 branches/1.0/thirdparties/android/include/ilbc/iCBConstruct.h (limited to 'branches/1.0/thirdparties/android/include/ilbc/iCBConstruct.h') diff --git a/branches/1.0/thirdparties/android/include/ilbc/iCBConstruct.h b/branches/1.0/thirdparties/android/include/ilbc/iCBConstruct.h deleted file mode 100644 index ac5dfa9..0000000 --- a/branches/1.0/thirdparties/android/include/ilbc/iCBConstruct.h +++ /dev/null @@ -1,40 +0,0 @@ - /****************************************************************** - - 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 - -- cgit v1.1