Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-8D0D3E68-6D2C-4855-BC16-C6F7AA09A887
Visible to Intel only — GUID: GUID-8D0D3E68-6D2C-4855-BC16-C6F7AA09A887
MTFInit
Initializes the MTF structure.
Syntax
IppStatus ippsMTFInit_8u(IppMTFState_8u* pMTFState);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pMTFState |
Pointer to the MTF structure. |
Description
This function initializes the MTF structure that contains parameters for the MTF transform in the external buffer. This structure is used by the functions ippsMTFFwd and ippsMTFInv. The size of this buffer must be computed previously by calling the function ippsMTFGetSize.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pMTFState pointer is NULL. |