www.pudn.com > g7231codec.rar > decod.h


/* 
** 
** File:        "decod.h" 
** 
** Description:     Function prototypes and external declarations  
**          for "decod.c" 
**   
*/ 
 
 
/* 
    ITU-T AV.25Y Speech Coder   ANSI-C Source Code     Version 4.1 
    copyright (c) 1995, AudioCodes, DSP Group, France Telecom, 
    Universite de Sherbrooke.  All rights reserved. 
*/ 
 
 
void  Init_Decod(void); 
int  Decod( short *, char *, short ) ; 
extern DECSTATDEF  DecStat  ;