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

📄 g723dec_ti.h

📁 DSP 基于 TMS320C6711 DSK 的功能演示程序
💻 H
字号:
/*
 *  Copyright 2001 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  U.S. Patent Nos. 5,283,900  5,392,448
 */
/* "@(#) XDAS 2.12 05-21-01 (__imports)" */
/*
 *  ======== g723dec_ti.h ========
 *  Interface for the G723DEC_TI module; TI's implementation 
 *  of the IG723DEC interface
 */
#ifndef G723DEC_TI_
#define G723DEC_TI_

#include <ialg.h>
#include <ig723dec.h>

/*
 *  ======== G723DEC_TI_IALG ========
 *  TI's implementation of the IALG interface
 */
extern IALG_Fxns G723DEC_TI_IALG;

/*
 *  ======== G723DEC_TI_IG723D ========
 *  TI's implementation of the IG723DEC interface
 */
extern IG723DEC_Fxns G723DEC_TI_IG723DEC;

/* 
 *  ======== G723DEC_TI_init ========
 *  Initialize G723DEC_TI module.
 */
extern Void IG723DEC_TI_init(Void);

/* 
 *  ======== G723DEC_TI_exit ========
 *  Exit G723DEC_TI module.
 */
extern Void IG723DEC_TI_exit(Void);

#endif  /* G723DEC_TI_ */

⌨️ 快捷键说明

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