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-093EA88B-46CF-436E-B933-3B82E3FFC5AF
Visible to Intel only — GUID: GUID-093EA88B-46CF-436E-B933-3B82E3FFC5AF
MTFGetSize
Computes the size of the MTF structure.
Syntax
IppStatus ippsMTFGetSize_8u(int* pMTFStateSize);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pMTFStateSize |
Pointer to the computed MTF structure size. |
Description
This function computes the size of memory (in bytes) that is required for the MTF structure. This function must be called prior to the function ippsMTFInit.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pMTFStateSize pointer is NULL. |