Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the MTF structure.
IppStatus ippsMTFGetSize_8u(int* pMTFStateSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pMTFStateSize |
Pointer to the computed MTF structure size. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pMTFStateSize pointer is NULL. |