Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2018
IW_DECL(IppStatus) iwsVector_Release(
IwsVector *pVector
);
pVector |
Pointer to the IwsVector structure. |
This function releases vector data that is allocated with iwsVector_Alloc.
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |