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

iwsVector_Init

Syntax

IW_DECL(IppStatus) iwsVector_Init(
    IwsVector *pVector
);

Parameters

pVector

Pointer to the IwsVector structure.

Description

This function resets the vector structure values.

Return Values

ippStsNullPtrErr

The pVector pointer is NULL.

ippStsNoErr

No errors.