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

📄 swdec_motiontextureutils.h

📁 freescale i.mx31 BSP CE5.0全部源码
💻 H
字号:
/*------------------------------------------------------------------------------
--                                                                            --
--       This software is confidential and proprietary and may be used        --
--        only as expressly authorized by a licensing agreement from          --
--                                                                            --
--                            Hantro Products Oy.                             --
--                                                                            --
--      In the event of publication, the following notice is applicable:      --
--                                                                            --
--                   (C) COPYRIGHT 2004 HANTRO PRODUCTS OY                    --
--                            ALL RIGHTS RESERVED                             --
--                                                                            --
--         The entire notice above must be reproduced on all copies.          --
--                                                                            --
--------------------------------------------------------------------------------
--
-- MODULE NAME: SwDec_MotionTextureUtils
--
-- DESCRIPTION: motion texture decoding utility functions
--
-- PROVIDES:
--  SwDec_DecodeMcbpc
--  SwDec_DecodeCbpy
--  SwDec_DecodeDcCoeff
--  SwDec_DecodeMv
--  SwDec_UseIntraDcVlc
--  SwDec_ScanDir
--
-------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

    Table of contents
   
    1. Include headers
    2. Module defines
    3. Data types
    4. Function prototypes

------------------------------------------------------------------------------*/

#ifndef SWDEC_MOTIONTEXTUREUTILS_H
#define SWDEC_MOTIONTEXTUREUTILS_H

/*------------------------------------------------------------------------------
    1. Include headers
------------------------------------------------------------------------------*/

#include "SwDec_Container.h"
#include "video_hantro_decoder_conf.hi"

/*------------------------------------------------------------------------------
    2. Module defines
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    3. Data types
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    4. Function prototypes
------------------------------------------------------------------------------*/

u32 SwDec_DecodeMcbpc(decContainer_t *, u32 mbNum);
u32 SwDec_DecodeCbpy(decContainer_t *, u32 mbNum);
u32 SwDec_DecodeDcCoeff(decContainer_t *, u32 mMbNum, u32 blockNum);
u32 SwDec_DecodeMv(decContainer_t *, u32 mMbNum);
#ifndef MP4DEC_H263_ONLY
u32 SwDec_UseIntraDcVlc(decContainer_t *, u32 mMbNum);
u32 SwDec_ScanDir(decContainer_t *, u32 mMbnum, u32 blockNum);
#endif

#endif

⌨️ 快捷键说明

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