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


/* 
//============================================================================ 
// 
//    FILE NAME : G723DE_KN.h 
// 
//    ALGORITHM : G723DE 
// 
//    VENDOR    : KN 
// 
//    TARGET DSP: C64x 
// 
//    PURPOSE   : Interface for the G723DE_KN module; KN's implementation 
//                of the IG723DE 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:34 PM 
// 
//============================================================================ 
*/ 
 
#ifndef G723DE_KN_ 
#define G723DE_KN_ 
 
#include "ig723de.h" 
#include  
 
/* 
//============================================================================ 
// G723DE_KN_IALG 
// 
// KN's implementation of the IALG interface for G723DE 
*/ 
extern far IALG_Fxns G723DE_KN_IALG; 
 
/* 
//============================================================================ 
// G723DE_KN_IG723DE 
// 
// KN's implementation of the IG723DE interface 
*/ 
extern far IG723DE_Fxns G723DE_KN_IG723DE; 
 
/* 
//============================================================================ 
// G723DE_KN_init 
// 
// Initialize the G723DE_KN module as a whole 
*/ 
extern Void G723DE_KN_init(Void); 
 
/* 
//============================================================================ 
// G723DE_KN_exit 
// 
// Exit the G723DE_KN module as a whole 
*/ 
extern Void G723DE_KN_exit(Void); 
 
#endif	/* G723DE_KN_ */