Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the work buffer for the FastN function.
IppStatus ippiFastNGetBufferSize(IppiFastNSpec* pSpec, IppiSize dstRoiSize, int* pBufSize);
ippcv.h
Headers: ippcore.h, ippvm.h, ipps.h, ippi.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib, ippi.lib
Pointer to the FastN specification structure.
Size of the destination ROI, in pixels.
Pointer to the computed size of the work buffer.
This function computes the size of the work buffer for the FastN function. The result is stored in pBufSize.
Use the computed pBufSize value to allocate memory using the ippMalloc or ippsMalloc functions. The allocated memory can be freed only by the ippFree or ippsFree functions, respectively. For more information about the memory allocation functions, refer to the Support Functions section of the Intel IPP Developer Reference, vol. 1.
For an example on how to use this function, refer to the example provided with the FastN function description.