📄 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 <std.h>
#include <xdas.h>
#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 */
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -