Computes the size of the external buffer for the forward BWT transform.
IppStatus ippsBWTFwdGetSize_8u(int wndSize, int* pBWTFwdBuffSize);
wndSize |
Window size for BWT transform. |
pBWTFwdStateSize |
Pointer to the computed size of the additional buffer. |
The function ippsBWTFwdGetSize is declared in the ippdc.h file. 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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBWTFwdBuffSize pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.