ig723de.c

来自「G723.1在DM642上的实现代码」· C语言 代码 · 共 42 行

C
42
字号
/*
//============================================================================
//
//    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 + =
减小字号Ctrl + -
显示快捷键?