Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

iwiImage_Init

Syntax

IW_DECL(IppStatus) iwiImage_Init(
    IwiImage *pImage
);

Parameters

pImage

Pointer to the IwiImage structure.

Description

This function resets the image structure values.

Return Values

ippStsNullPtrErr

The pImage pointer is NULL.

ippStsNoErr

No errors.