wt97const32f.h
来自「这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数」· C头文件 代码 · 共 41 行
H
41 行
/* //////////////////////////////////////////////////////////////////////////// INTEL CORPORATION PROPRIETARY INFORMATION// This software is supplied under the terms of a license agreement or// nondisclosure agreement with Intel Corporation and may not be copied// or disclosed except in accordance with the terms of that agreement.// Copyright(c) 2002-2005 Intel Corporation. All Rights Reserved.//////*/#ifndef __WT97CONST32F_H__#define __WT97CONST32F_H__static const Ipp32f FWDH3 = (Ipp32f) 1.115087052457;static const Ipp32f FWDH1x2 = (Ipp32f)-0.115087052457;static const Ipp32f FWDL2x2 = (Ipp32f)-0.15644653305798;static const Ipp32f FWDL4pL0x2 = (Ipp32f) 0.65644653305798;static const Ipp32f ALPHA = (Ipp32f)-1.586134342059924;static const Ipp32f BETA = (Ipp32f)-0.052980118572961;static const Ipp32f GAMMA = (Ipp32f) 0.882911075530934;static const Ipp32f DELTA = (Ipp32f) 0.443506852043971;static const Ipp32f KH = (Ipp32f) 1.230174104914001;static const Ipp32f KL = (Ipp32f) 0.812893066115960;static const Ipp32f ALPHAx2 = (Ipp32f)(2.*-1.586134342059924);static const Ipp32f BETAx2 = (Ipp32f)(2.*-0.052980118572961);static const Ipp32f GAMMAx2 = (Ipp32f)(2.* 0.882911075530934);static const Ipp32f DELTAx2 = (Ipp32f)(2.* 0.443506852043971);static const Ipp32f DELTAxKL = (Ipp32f) 0.3605236448014610;static const Ipp32f HALFmFWDL2x4 = (Ipp32f)0.81289306611596;static const Ipp32f DELTAxKLx2 = (Ipp32f) 0.721047289602922;#endif // __WT97CONST32F_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?