www.pudn.com > g7231codec.rar > lsp.h
/*
**
** File: "lsp.h"
**
** Description: Function prototypes for "lpc.c"
**
*/
/*
ITU-T G.723 Speech Coder ANSI-C Source Code Version 4.1
copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
Universite de Sherbrooke. All rights reserved.
*/
void AtoLsp( short *LspVect, short *Lpc, short *PrevLsp );
int Lsp_Qnt( short *CurrLsp, short *PrevLsp );
int Lsp_Svq( short *Tv, short *Wvect );
void Lsp_Inq( short *Lsp, short *PrevLsp, int LspId, short Crc );
void Lsp_Int( short *QntLpc, short *CurrLsp, short *PrevLsp );
void LsptoA( short *Lsp );