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-2E899BF7-7229-437A-8B2E-1BEB7D4FCC14
Visible to Intel only — GUID: GUID-2E899BF7-7229-437A-8B2E-1BEB7D4FCC14
BWTInvGetSize
Computes the size of the external buffer for the inverse BWT transform.
Syntax
IppStatus ippsBWTInvGetSize_8u(int wndSize, int* pBWTInvBuffSize);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
wndSize |
Window size for BWT transform. |
pBWTInvBuffSize |
Pointer to the computed size of the additional buffer. |
Description
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.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBWTInvBuffSize pointer is NULL. |