Visible to Intel only — GUID: GUID-A9719E43-77FF-44CA-84EE-A35F05BF0C62
Visible to Intel only — GUID: GUID-A9719E43-77FF-44CA-84EE-A35F05BF0C62
MTFInv
Performs the inverse MTF transform.
Syntax
IppStatus ippsMTFInv_8u(const Ipp8u* pSrc, Ipp8u* pDst, int len, IppMTFState_8u* pMTFState);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pSrc |
Pointer to the source buffer. |
pDst |
Pointer to the destination buffer. |
len |
Number of elements in the source and destination buffers. |
pMTFState |
Pointer to the MTF structure. |
Description
This function performs the inverse MTF transform of len elements of data in the source buffer pSrc and stores result in the buffer pDst. The parameters of the MTF transform are specified in the MTF structure pMTFState that must be initialized by ippsMTFInit beforehand.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if one of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error if len is less than or equal to 0. |