Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the external buffer for the inverse BWT transform.
IppStatus ippsBWTInvGetSize_8u(int wndSize, int* pBWTInvBuffSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
wndSize |
Window size for BWT transform. |
pBWTInvBuffSize |
Pointer to the computed size of the additional buffer. |
This function computes the size of memory (in bytes) of the external buffer that is required by the function ippsBWTInv for the inverse BWT transform.
Code example shows how to use the function ippsBWTInvGetSize_8u.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBWTInvBuffSize pointer is NULL. |