亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? app_local_x64p.c

?? DM6446的codec engine 應(yīng)用端算法源碼
?? C
字號:
/* *  Do not modify this file; it is automatically  *  generated and any modifications will be overwritten. */#define __nested__#define __config__#ifndef xdc_std__include#ifndef __nested__#define __nested__#include <xdc/std.h>#undef __nested__#else#include <xdc/std.h>#endif#endif#ifndef ti_sdo_ce_CERuntime__include#ifndef __nested__#define __nested__#include <ti/sdo/ce/CERuntime.h>#undef __nested__#else#include <ti/sdo/ce/CERuntime.h>#endif#endif#define ti_sdo_ce_CERuntime__used#define ti_sdo_ce_CERuntime___FXNTAB/* * ======== instance types ======== *//* * ======== declarations ======== *//* module ti.sdo.ce.CERuntime *//* * ======== module templates ======== *//* module xdc.cfg.Program *//* *  ======== __PLAT__ ======== *  Define the name of the platform that can run this executable.  This *  symbol is used by platform independent "exec" commands */char* __PLAT__ = "@(#)__PLAT__ = ti.platforms.evmDM6446";/* *  ======== __ISA__ ======== *  Define the ISA of this executable.  This symbol is used by platform *  specific "exec" commands that support more than one ISA; e.g., gdb */char* __ISA__ = "@(#)__ISA__ = 64P";/* module ti.platforms.evmDM6446.Platform *//* *  ======== Platform Configuration ======== *  Do not modify following; it is automatically generated from the template *  Server.xdt in the ti.sdo.ce package and will be overwritten next time the *  executable is configured *//* module ti.sdo.ce.osal.Global *//* *  ======== Global Configuration ======== *  Do not modify following; it is automatically generated from the template *  Server.xdt in the ti.sdo.ce package and will be overwritten next time the *  executable is configured */#include <ti/bios/include/std.h>#include <msgq.h>#include <pool.h>#include <staticpool.h>#define NUMPROC         1#define NUMALLOCATORS   1#define NUMMSGQUEUES    16  /* each alg requires a msgq */#define NUMMSGPOOLS     1#define MSGSIZE         1024#define POOLBUFSIZE     (64 * MSGSIZE)static MSGQ_TransportObj transports[NUMPROC] ={     MSGQ_NOTRANSPORT,    /* Represents the local processor */};static MSGQ_Obj msgQueues[NUMMSGQUEUES] ;MSGQ_Config MSGQ_config = {    msgQueues,    transports,    NUMMSGQUEUES,    NUMPROC,    0,    MSGQ_INVALIDMSGQ,    POOL_INVALIDID};static Char poolBuf[POOLBUFSIZE];static STATICPOOL_Params poolParams = {    poolBuf,    sizeof (poolBuf),    MSGSIZE,};static STATICPOOL_Obj poolObj;static POOL_Obj pools[NUMALLOCATORS] ={    {        STATICPOOL_init,                /* Init Function */        (POOL_Fxns *)&STATICPOOL_FXNS,  /* Pool interface functions */        &poolParams,                    /* Pool params */        &poolObj                        /* Pool object: init'd in pool impl. */    }};POOL_Config POOL_config = {    pools,    NUMALLOCATORS};/* configure GT: each runtime library defines _GT_params */#include <ti/sdo/ce/trace/gt.h>GT_Config *GT = &_GT_params;Int Comm_LOCATERETRIES = 20;/* module ti.sdo.fc.dskt2.DSKT2 *//* C code contribution from ti/sdo/fc/DSKT2.xdt */#include <xdc/std.h>#define DSKT2_USEFULLPACKAGEPATH#include <ti/sdo/fc/dskt2/dskt2.h>extern Void BCACHE_wbInv();DSKT2_CacheWBInvFxn DSKT2_cacheWBInvFxn =         (DSKT2_CacheWBInvFxn)BCACHE_wbInv;Uns _DSKT2_ALLOW_EXTERNAL_SCRATCH = 1;#if 8 > DSKT2_NUM_SCRATCH_GROUPS#error too many values in DARAM_SCRATCH_SIZES array, please fix your .cfg#endif#if 8 > DSKT2_NUM_SCRATCH_GROUPS#error too many values in SARAM_SCRATCH_SIZES array, please fix your .cfg#endifUns _DSKT2_DARAM_SCRATCH_SIZES[ DSKT2_NUM_SCRATCH_GROUPS ] = {    0,    0,    1024,    0,    0,    0,    0,    0};Uns _DSKT2_SARAM_SCRATCH_SIZES[ DSKT2_NUM_SCRATCH_GROUPS ] = {    0,    0,    1024,    0,    0,    0,    0,    0};/* module ti.sdo.fc.dman3.DMAN3 *//* C code contribution from ti/sdo/fc/dman3/DMAN3.xdt */#include <xdc/std.h>#include <ti/bios/include/std.h>#define DMAN3_USEFULLPACKAGEPATH#define ACPY3_USEFULLPACKAGEPATH#define IDMA3_USEFULLPACKAGEPATH#include <ti/sdo/fc/dman3/dman3.h>#include <ti/sdo/fc/acpy3/acpy3.h>#if 20 > DMAN3_MAXGROUPS#error too many values in "numTccGroup" array, please fix your .cfg#endif#if 20 > DMAN3_MAXGROUPS#error too many values in numPaRamGroup array, please fix your .cfg#endiffar Uns DMAN3_QDMA_CHANNELS[4] = {    0,    1,    2,    3};/* *  ======== DMAN3_CE_init  ======== */Void DMAN3_CE_init(){    extern far DMAN3_Params DMAN3_PARAMS;    /* BIOS heap labels */    extern far Int L1DHEAP;    extern far Int DDR;     DMAN3_PARAMS.heapInternal = L1DHEAP;    DMAN3_PARAMS.heapExternal = DDR;    DMAN3_init();    ACPY3_init();}/* *  ======== DMAN3_CE_exit  ======== */Void DMAN3_CE_exit(){    DMAN3_exit();    ACPY3_exit();}/* *  ======== DMAN3_PARAMS ======== *  Default module configuration structure for DMAN3 implementation. *  It is set at design time by the system integrator to adjust the behaviour *  of the module to be optimal for its execution environment. */DMAN3_Params DMAN3_PARAMS = {    /* qdmaPaRamBase: Physical base address for PARAM0 */    (Uns *)29376512,    /* The maxPaRamEntries:  Total number of PARAM Table entries on the     * hardware (eg, for IVA2 this is 128, for Himalaya, this is 256).     */    128,        /*     * paRamBaseIndex: (0>value>255) represents the first PARAM TABLE ENTRY     * NUMBER that is assigned by configuration for exclusive DMAN3 allocation.     */    96,     /*     * numPaRamEntries:  number of PARAM Table entries starting at     * DMAN3_PARAM_BASE_INDEX assigned by configuration for exclusive DMAN3      * allocation.     */    32,    /* maxQdmaChannels:  contains the total number of Physical QDMA channels     * available on the hardware (eg, 8 for DaVinci, 4 for IVA2).     */    8,    /*      * numQdmaChannels: contains the number of Physical QDMA channels     * that are assigned to DMAN3 via configuration.     * qdmaChannels: array containing list of DMAN3_NUM_QDMA_CHANNELS     * many Physical QDMA channels assigned to DMAN3 via configuration.     */    4,    DMAN3_QDMA_CHANNELS,    /*      * tccAllocationMaskH and tccAllocationMaskL:  are 32-bit bitmasks      * representing configuration provided list of TCCs for exclusive DMAN3      * allocation.     *      * For example, for TCC's in the range 0-31 the Low Mask (tccAllocationMaskL)     * is configured so that a '1' in bit position 'i' indicates the TCC 'i' is      * assigned to DMAN3     */    4294967295,     0,     /*      * heapInternal: BIOS Heap ID for dynamic allocation of DMAN3 objects       * must be allocated in L1D Internal RAM.      * heapExternal: BIOS Heap ID for dyn allocation of private DMAN3      * data structures.       *      * A value of -1 indicates that the heap is NOT DEFINED.      */    -1, //L1DHEAP,    0,  //DDR,    /* numTccGroup[DMAN3_MAXGROUPS] */    {    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0    },    /* numPaRamGroup[DMAN3_MAXGROUPS] */    {    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,    0    },    /* idma3Internal */    1,};/* module ti.sdo.ce.Engine *//* *  ======== Engine Configuration ======== *  Do not modify following; it is automatically generated from the template *  Engine.xdt in the ti.sdo.ce package and will be overwritten next time the *  executable is configured */#include <ti/sdo/ce/Engine.h>#include <ti/xdais/ialg.h>#define MdUns   UInt16#define SmUns   UInt8#ifndef IDMA3_USEFULLPACKAGEPATH#define IDMA3_USEFULLPACKAGEPATH#endif#include <ti/xdais/idma3.h>#undef MdUns#undef SmUns/* type tables for algorithms */extern IALG_Fxns VIDDECCOPY_TI_VIDDECCOPY;static String typeTab_VIDDECCOPY_TI_VIDDECCOPY[] = {    "ti.sdo.ce.video.IVIDDEC",    NULL};extern IALG_Fxns VIDENCCOPY_TI_VIDENCCOPY;static String typeTab_VIDENCCOPY_TI_VIDENCCOPY[] = {    "ti.sdo.ce.video.IVIDENC",    NULL};/* tables of engine algorithms */extern IALG_Fxns VIDENCCOPY_TI_VIDENCCOPY;extern IDMA3_Fxns VIDENCCOPY_TI_IDMA3;extern IALG_Fxns VIDENCCOPY_TI_VIDENCCOPY;extern IALG_Fxns VIDDECCOPY_TI_VIDDECCOPY;extern IALG_Fxns VIDDECCOPY_TI_VIDDECCOPY;static Engine_AlgDesc engineAlgs0[] = {    {        "videnc_copy",       /* name */        {261910585U},   /* uuid */        &VIDENCCOPY_TI_VIDENCCOPY,             /* fxns */        &VIDENCCOPY_TI_IDMA3,        /* idma3Fxns */        typeTab_VIDENCCOPY_TI_VIDENCCOPY,              /* typeTab */        TRUE,          /* isLocal */        0,        /* groupId */        3       /* protocol */    },    {        "viddec_copy",       /* name */        {245466167U},   /* uuid */        &VIDDECCOPY_TI_VIDDECCOPY,             /* fxns */        NULL,        /* idma3Fxns */        typeTab_VIDDECCOPY_TI_VIDDECCOPY,              /* typeTab */        TRUE,          /* isLocal */        1,        /* groupId */        3       /* protocol */    },    {NULL},};static Engine_AlgDesc engineAlgs1[] = {    {NULL},};/* table of all engines available in this application */static Engine_Desc engineTab[] = {    {"video_copy",      /* engine name */      engineAlgs0,    /* alg table */      NULL          /* (optional) server name */    },    {"local",      /* engine name */      engineAlgs1,    /* alg table */      NULL          /* (optional) server name */    },    {NULL, NULL, NULL}  /* NULL-terminate the engine table */};Engine_Config Engine_config = {    engineTab,              /* table of all engines */    "local"   /* local RMS engine name */};/* module ti.sdo.ce.CERuntime */#include <ti/sdo/ce/osal/Global.h>#include <ti/sdo/ce/osal/Comm.h>#include <ti/sdo/ce/osal/Memory.h>#include <ti/sdo/ce/osal/Thread.h>#include <ti/sdo/ce/osal/Process.h>#include <ti/sdo/ce/osal/AlgMem.h>#include <ti/sdo/ce/trace/gt.h>#include <ti/sdo/ce/Server.h>/* *  ======== CERuntime_init ======== */Void ti_sdo_ce_CERuntime_init__F(Void){    GT_init();    /* allow user to over-ride via CE_TRACE. */    GT_set(Global_getenv("CE_TRACE"));    Global_init();    Comm_init();    Memory_init();    Thread_init();    Process_init();    AlgMem_init();    Engine_init();}/* * ======== module configuration ======== *//* module ti.sdo.ce.CERuntime */const ti_sdo_ce_CERuntime_Config ti_sdo_ce_CERuntime_CONFIG = {    sizeof (ti_sdo_ce_CERuntime_Config), /*  __size */};/* * ======== module postInit ======== *//* * ======== program globals ======== *//* * ======== package stubs ======== */#include "xdc/package/package.c"#include "xdc/rts/package/package.c"#include "xdc/platform/package/package.c"#include "xdc/cfg/package/package.c"#include "xdc/shelf/package/package.c"#include "xdc/spec/package/package.c"#include "xdc/spec/jserver/package/package.c"#include "xdc/utils/package/package.c"#include "ti/catalog/c6000/package/package.c"#include "ti/platforms/evmDM6446/package/package.c"#include "ti/targets/rts6000/package/package.c"#include "apps/video_copy/singlecpu/package/package.c"#include "ti/sdo/ce/trace/package/package.c"#include "ti/sdo/ce/osal/alg/package/package.c"#include "dsplink/dsp/package/package.c"#include "ti/bios/utils/package/package.c"#include "ti/bios/package/package.c"#include "xdc/bld/package/package.c"#include "ti/rtdx/package/package.c"#include "ti/psl/package/package.c"#include "ti/sdo/ce/osal/package/package.c"#include "ti/sdo/fc/dskt2/package/package.c"#include "ti/sdo/fc/dman3/package/package.c"#include "ti/sdo/fc/acpy3/package/package.c"#include "ti/xdais/package/package.c"#include "ti/sdo/ce/node/package/package.c"#include "ti/sdo/ce/package/package.c"#include "ti/xdais/dm/package/package.c"#include "ti/sdo/ce/video/package/package.c"#include "codecs/viddec_copy/package/package.c"#include "codecs/videnc_copy/package/package.c"

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品国产77777蜜臀| 国产精品国产自产拍高清av王其| 亚洲综合久久久| 色婷婷激情一区二区三区| 中文字幕一区二区在线观看| 91啪亚洲精品| 日精品一区二区| 精品国内片67194| 国产白丝精品91爽爽久久| 国产精品视频线看| 91啪亚洲精品| 日韩国产精品久久久| 欧美sm美女调教| 成人免费视频一区二区| 亚洲免费观看高清完整版在线观看熊| 在线精品国精品国产尤物884a| 天堂va蜜桃一区二区三区漫画版| 欧美一区二区三区在| 国产成人综合自拍| 亚洲精品老司机| 精品少妇一区二区三区| 成人高清视频在线| 亚洲国产wwwccc36天堂| 精品成人一区二区三区| 99国产欧美另类久久久精品 | 91国产精品成人| 石原莉奈一区二区三区在线观看| 精品国产乱码久久久久久1区2区| 波波电影院一区二区三区| 亚洲大片精品永久免费| 精品国产成人系列| 色噜噜狠狠色综合中国| 久久精品国产亚洲5555| 亚洲日本在线看| 欧美一级精品在线| 91啪在线观看| 国产露脸91国语对白| 亚洲国产精品一区二区www在线 | 国产午夜精品美女毛片视频| 色综合天天综合给合国产| 久久超碰97中文字幕| 亚洲人成伊人成综合网小说| 精品久久久久一区| 欧美日韩综合色| www.欧美亚洲| 久久er精品视频| 亚洲高清免费一级二级三级| 国产精品久久久爽爽爽麻豆色哟哟 | 天天av天天翘天天综合网色鬼国产| 久久这里只精品最新地址| 欧美日韩一区高清| 99久久免费国产| 国产高清无密码一区二区三区| 日韩一区欧美二区| 亚洲天堂久久久久久久| 国产欧美视频一区二区| 精品欧美一区二区久久| 欧美日韩成人综合在线一区二区| www.欧美.com| 成人免费黄色大片| 国内外成人在线| 另类小说一区二区三区| 午夜久久久久久电影| 亚洲一区二区三区四区五区中文 | 国产精品视频线看| 久久看人人爽人人| 欧美变态tickle挠乳网站| 欧美男同性恋视频网站| 欧美视频三区在线播放| 91网站最新地址| 91麻豆精品视频| eeuss鲁片一区二区三区 | 亚洲一区二区影院| 一区二区三区四区激情| 《视频一区视频二区| 中文字幕一区二区三| 中文字幕在线观看不卡| 国产精品乱码一区二三区小蝌蚪| 国产亚洲欧美色| 中文字幕欧美激情一区| 中文无字幕一区二区三区| 欧美国产一区二区在线观看| 欧美激情一区二区三区在线| 久久久久久亚洲综合影院红桃 | 欧美日韩国产成人在线91| 欧美日韩一区国产| 欧美一区二区播放| 精品国产一区二区三区忘忧草| 亚洲精品一区二区三区蜜桃下载| 亚洲精品一线二线三线无人区| 国产清纯白嫩初高生在线观看91| 欧美激情一区在线观看| 中文字幕日韩一区二区| 亚洲综合在线五月| 天堂一区二区在线| 久久国产剧场电影| 国产成人aaa| 日本电影欧美片| 欧美一级片免费看| 欧美成人a视频| 国产午夜亚洲精品午夜鲁丝片| 国产精品免费久久| 一区二区三区资源| 毛片不卡一区二区| 国产69精品久久久久毛片| 一本久久a久久免费精品不卡| 欧美日韩亚洲另类| 精品久久久久av影院| 国产精品国产三级国产aⅴ入口| 亚洲蜜桃精久久久久久久| 午夜精品福利久久久| 国产一区二区视频在线| 99久久夜色精品国产网站| 欧美在线观看视频一区二区三区| 日韩欧美亚洲一区二区| 亚洲欧洲成人av每日更新| 亚洲一区二区三区小说| 国内欧美视频一区二区| 色综合久久88色综合天天6| 日韩视频永久免费| 国产精品九色蝌蚪自拍| 亚洲国产综合在线| 国产精品123区| 欧美日韩亚洲综合在线| 欧美国产综合色视频| 日韩电影在线一区二区三区| 成人久久18免费网站麻豆| 欧美一区二区免费| 亚洲精品va在线观看| 国精产品一区一区三区mba桃花| 91久久国产最好的精华液| 久久影音资源网| 日韩经典中文字幕一区| 99免费精品在线观看| 精品国产91洋老外米糕| 亚洲午夜日本在线观看| 国产精品一区在线观看乱码 | 亚洲人精品午夜| 国产福利精品导航| 日韩一级精品视频在线观看| 国产精品国产三级国产aⅴ无密码| 久久超碰97中文字幕| 欧美久久久一区| 亚洲欧美电影院| av在线不卡观看免费观看| 久久久久久夜精品精品免费| 日韩精品五月天| 欧美亚洲综合网| 国产精品成人免费在线| 国产一区91精品张津瑜| 日韩一卡二卡三卡四卡| 日韩va欧美va亚洲va久久| 日本道色综合久久| 亚洲欧美自拍偷拍色图| 成人午夜av电影| 国产亚洲一区二区三区四区 | 日韩高清在线观看| 欧美日韩在线播放三区四区| 亚洲人成网站色在线观看| 成人丝袜18视频在线观看| 国产欧美日韩另类一区| 国内精品久久久久影院薰衣草| 日韩三级免费观看| 美女免费视频一区二区| 欧美一区二区免费| 久久成人羞羞网站| xnxx国产精品| 国产精品18久久久久久久久久久久| 欧美v亚洲v综合ⅴ国产v| 麻豆freexxxx性91精品| 亚洲精品在线观| 国产精品亚洲午夜一区二区三区| 久久这里只有精品6| 国产成人啪午夜精品网站男同| 久久久久成人黄色影片| 国产91精品一区二区| 欧美国产禁国产网站cc| 成+人+亚洲+综合天堂| 亚洲视频一二三区| 91官网在线观看| 亚洲一二三级电影| 欧美日韩一区三区| 久久精品国产精品青草| 久久综合狠狠综合久久综合88| 国产福利不卡视频| 亚洲另类春色国产| 欧美精品亚洲一区二区在线播放| 丝袜美腿亚洲综合| 久久一日本道色综合| 成人h版在线观看| 亚洲精品老司机| 日韩一区二区精品在线观看| 国产在线精品免费| 国产精品久久久久久一区二区三区| 91在线观看地址| 热久久国产精品| 国产精品网站一区| 欧美在线综合视频| 国产毛片精品视频| 一区二区三区欧美|