ig723en.c

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

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