g726dec_pub.h
来自「使用在TI 系列dsk5402 的很多可用例子」· C头文件 代码 · 共 62 行
H
62 行
/*
* Copyright 2003 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.
*
* @(#) XDAS 2.51.00 11-29-2003 (xdas-2.50.00.9)
*/
/*
* ======== g726dec_pub.h ========
* Vendor's API for the G726DEC algorithm.
*/
#ifndef G726DEC_PUB_
#define G726DEC_PUB_
#include <ialg.h>
#include <ig726dec.h>
/* ------------------------------------------------------------------------ */
/*
* ======== G726DEC_PUB_IALG ========
* Implementation of the IALG interface for G726DEC
*/
extern IALG_Fxns G726DEC_PUB_IALG;
// add the following to the linker command file
// _G726DEC_IALG = _G726DEC_PUB_IALG
/*
* ======== G726DEC_PUB_IG726DEC ========
* Implementation of the IG726DEC interface
*/
extern IG726DEC_Fxns G726DEC_PUB_IG726DEC;
// add the following to the linker command file
// _G726DEC_IG726DEC = _G726DEC_PUB_IG726DEC
/* functions -------------------------------------------------------------- */
/*
* ======== G726DEC_PUB_exit ========
* Exit the G726DEC_PUB module as a whole.
*/
extern Void G726DEC_PUB_exit(Void);
/*
* ======== G726DEC_PUB_init ========
* Initialize the G726DEC_PUB module as a whole.
*/
extern Void G726DEC_PUB_init(Void);
#endif /* G726DEC_PUB_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?