Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019

iwsVector_Release

Syntax

IW_DECL(IppStatus) iwsVector_Release(
    IwsVector   *pVector      
);

Parameters

pVector

Pointer to the IwsVector structure.

Description

This function releases vector data that is allocated with iwsVector_Alloc.

Return Values

ippStsNullPtrErr

At least one of the pointers is NULL.

ippStsNoErr

No errors.