Developer Reference for Intel® Integrated Performance Primitives
Computes the length of the external buffer for the IIRIIR filter state structure.
IppStatus ippsIIRIIRGetStateSize_32f(int order, int* pBufferSize);
IppStatus ippsIIRIIRGetStateSize64f_32f(int order, int* pBufferSize);
IppStatus ippsIIRIIRGetStateSize_64f(int order, int* pBufferSize);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
order |
Order of the IIRIIR filter. |
pBufferSize |
Pointer to the computed buffer size value. |
This function computes the size of the external buffer for the IIRIIR filter state structure, and stores the result in pBufferSize.
Use this function before using IIRIIRInit.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pBufferSize pointer is NULL. |
ippStsIIROrderErr |
Indicates an error when order is less than or equal to zero. |