sphdec1_copy_ti_priv.h

来自「TI Algorithm Soft Kit 5.10 仅包括实例及其原代码」· C头文件 代码 · 共 55 行

H
55
字号
/* *  Copyright 2006 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. * *//* *  ======== sphdec1_copy_ti_priv.h ======== *  Internal vendor specific (TI) interface header for SPHDEC1COPY *  algorithm. Only the implementation source files include *  this header; this header is not shipped as part of the *  algorithm. * *  This header contains declarations that are specific to *  this implementation and which do not need to be exposed *  in order for an application to use the SPHDEC1COPY algorithm. */#include <ti/xdais/dm/isphdec1.h>#ifndef SPHDEC1COPY_TI_PRIV_#define SPHDEC1COPY_TI_PRIV_typedef struct SPHDEC1COPY_TI_Obj {    IALG_Obj    alg;            /* MUST be first field of all xDAIS algs */    XDAS_Int16  compandingLaw;    XDAS_Int16  packingType;    XDAS_Int16  codecSelection;    XDAS_Int16  postFilter;} SPHDEC1COPY_TI_Obj;extern Int SPHDEC1COPY_TI_alloc(const IALG_Params *algParams, IALG_Fxns **pf,    IALG_MemRec memTab[]);extern Int SPHDEC1COPY_TI_free(IALG_Handle handle, IALG_MemRec memTab[]);extern Int SPHDEC1COPY_TI_initObj(IALG_Handle handle,    const IALG_MemRec memTab[], IALG_Handle parent,    const IALG_Params *algParams);extern XDAS_Int32 SPHDEC1COPY_TI_process(ISPHDEC1_Handle h,    XDM_SingleBufDesc *inCodeWords, XDM_SingleBufDesc *outSamples,    ISPHDEC1_InArgs *inArgs, ISPHDEC1_OutArgs *outArgs);extern XDAS_Int32 SPHDEC1COPY_TI_control(ISPHDEC1_Handle handle,    ISPHDEC1_Cmd id, ISPHDEC1_DynamicParams *params, ISPHDEC1_Status *status);#endif/* *  @(#) ti.xdais.dm.examples.sphdec1_copy; 1,0,0,19; 10-18-2006 19:12:14; /db/wtree/library/trees/dais-g07x/src/ */

⌨️ 快捷键说明

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