Intel® Integrated Performance Primitives 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-DCC4503B-F441-4744-B194-7F0556182AB9
Visible to Intel only — GUID: GUID-DCC4503B-F441-4744-B194-7F0556182AB9
BWTFwdGetSize
Computes the size of the external buffer for the forward BWT transform.
Syntax
IppStatus ippsBWTFwdGetSize_8u(int wndSize, int* pBWTFwdBuffSize);
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. |
pBWTFwdBuffSize |
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 ippsBWTFwd for the forward BWT transform.
Code example shows how to use the function ippsBWTFwdGetSize_8u.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBWTFwdBuffSize pointer is NULL. |