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

📄 wmv9_xforms.h

📁 au1200 linux2.6.11 硬件解码mae驱动和maiplayer播放器源码
💻 H
字号:
/* <LIC_AMD_STD> * Copyright (C) 2003-2005 Advanced Micro Devices, Inc.  All Rights Reserved. *  * Unless otherwise designated in writing, this software and any related  * documentation are the confidential proprietary information of AMD.  * THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY * UNLESS OTHERWISE NOTED IN WRITING, EXPRESS OR IMPLIED WARRANTY OF ANY  * KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,  * NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE AND IN NO  * EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER.  *  * AMD does not assume any responsibility for any errors which may appear  * in the Materials nor any responsibility to support or update the * Materials.  AMD retains the right to modify the Materials at any time,  * without notice, and is not obligated to provide such modified  * Materials to you. AMD is not obligated to furnish, support, or make * any further information available to you. * </LIC_AMD_STD>  *//* <CTL_AMD_STD> * File Id and RCS Info: * $Source: /home/cvs/travis/mae/env/wmv9_xforms.h,v $ * $Id: wmv9_xforms.h,v 1.10 2004/05/25 20:19:08 eswartz Exp $ * </CTL_AMD_STD>  *//* <DOC_AMD_STD> * </DOC_AMD_STD>  */#ifndef _wmv9_xforms_h__#define _wmv9_xforms_h__#ifdef WINNT_ONLY  typedef unsigned __int64 n_u64;#else  typedef unsigned long long n_u64;#endif#ifdef WINNT_ONLYtypedef   signed __int64  n_s64;#elsetypedef   signed long long  n_s64;#endif#ifndef n_u32 typedef unsigned int       n_u32;#endif#ifndef n_u16 typedef unsigned short     n_u16;#endif#ifndef n_u8 typedef unsigned char      n_u8;#endif#ifndef n_s32 typedef   signed int        n_s32;#endif#ifndef n_s16 typedef   signed short      n_s16;#endif#ifndef n_s8 typedef   signed char       n_s8;#endifvoid MAE_IDCT8x8_16_16_WMV3(n_s16 *piSrc, n_u32 iSrcStride, n_s16 *piDst, n_u32 iDstStride, n_u16 iDCTHorzFlags, n_s32 block_number, n_u32 exp_bc);void MAE_IDCT8x4_16_16_WMV3(n_s32 * piSrc, n_u32 iSrcStride, n_s16 *piDst, n_u32 iDstStride, n_s32 block_number, n_u32 sb);void MAE_IDCT4x4_16_16_WMV3(n_s32 *piSrc, n_u32 iSrcStride, n_s16 *piDst, n_u32 iDstStride, n_s32 block_number, n_u32 sb);void MAE_IDCT4x8_16_16_WMV3(n_s32 *  piSrc, n_u32 iSrcStride, n_s16 * piDst, n_u32 iDstStride, n_s32 block_number, n_u32 sb);void InverseTransform8x8(n_s16 *piDst, n_s32 iOffsetToNextRowForDCT, n_s32 *rgiCoefRecon, n_s32 block_number, n_u32 exp_bc); #endif

⌨️ 快捷键说明

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