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


/* 
//============================================================================ 
// 
//    FILE NAME : G723EN_KN.h 
// 
//    ALGORITHM : G723EN 
// 
//    VENDOR    : KN 
// 
//    TARGET DSP: C64x 
// 
//    PURPOSE   : Interface for the G723EN_KN module; KN's implementation 
//                of the IG723EN interface. 
// 
//    Component Wizard for eXpressDSP Version 1.31.00 Auto-Generated Component 
// 
//    Number of Inputs : 1 
//    Number of Outputs: 1 
// 
//    Creation Date: Mon - 16 May 2005 
//    Creation Time: 04:31 PM 
// 
//============================================================================ 
*/ 
 
#ifndef G723EN_KN_ 
#define G723EN_KN_ 
 
#include "ig723en.h" 
#include  
 
/* 
//============================================================================ 
// G723EN_KN_IALG 
// 
// KN's implementation of the IALG interface for G723EN 
*/ 
extern far IALG_Fxns G723EN_KN_IALG; 
 
/* 
//============================================================================ 
// G723EN_KN_IG723EN 
// 
// KN's implementation of the IG723EN interface 
*/ 
extern far IG723EN_Fxns G723EN_KN_IG723EN; 
 
/* 
//============================================================================ 
// G723EN_KN_init 
// 
// Initialize the G723EN_KN module as a whole 
*/ 
extern Void G723EN_KN_init(Void); 
 
/* 
//============================================================================ 
// G723EN_KN_exit 
// 
// Exit the G723EN_KN module as a whole 
*/ 
extern Void G723EN_KN_exit(Void); 
 
#endif	/* G723EN_KN_ */