www.pudn.com > g7231codec.rar > ig723de.c


/* 
//============================================================================ 
// 
//    FILE NAME : IG723DE.c 
// 
//    ALGORITHM : G723DE 
// 
//    VENDOR    : KN 
// 
//    TARGET DSP: C64x 
// 
//    PURPOSE   : This file defines the default parameter structure for iG723DE.h 
// 
//    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 
// 
//============================================================================ 
*/ 
 
#include  
#include  
#include "ig723de.h" 
 
/* 
// =========================================================================== 
// G723DE_PARAMS 
// 
// This constant structure defines the default parameters for G723DE objects 
*/ 
IG723DE_Params IG723DE_PARAMS = { 
    sizeof(IG723DE_Params), 
    1, /* unsigned int  framesizeIn0 */ 
    1, /* unsigned int  framesizeOut0 */ 
    0, /* annexA */ 
    0, /* pfoEnable */ 
};