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

iwiImage_Release

Syntax

IW_DECL(IppStatus) iwiImage_Release(
    IwiImage   *pImage
);

Parameters

pImage

Pointer to the IwiImage structure.

Description

This function releases image data that is allocated with iwiImage_Alloc.

Return Values

ippStsNullPtrErr

At least one of the pointers is NULL.

ippStsNoErr

No errors.