⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ig723en.c

📁 G723.1在DM642上的实现代码
💻 C
字号:
/*
//============================================================================
//
//    FILE NAME : IG723EN.c
//
//    ALGORITHM : G723EN
//
//    VENDOR    : KN
//
//    TARGET DSP: C64x
//
//    PURPOSE   : This file defines the default parameter structure for iG723EN.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:31 PM
//
//============================================================================
*/

#include <std.h>
#include <xdas.h>
#include "ig723en.h"

/*
// ===========================================================================
// G723EN_PARAMS
//
// This constant structure defines the default parameters for G723EN objects
*/
IG723EN_Params IG723EN_PARAMS = {
    sizeof(IG723EN_Params),
    1, /* unsigned int  framesizeIn0 */
    1, /* unsigned int  framesizeOut0 */
    0, /* annexA */
    0, /* hpfEnable */
    0, /* rate */
    0, /* vadEnable */
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -