WTFwdFree

Frees memory allocated for a forward wavelet transform context structure.

Syntax

IppStatus ippiWTFwdFree_32f_C1R (IppiWTFwdSpec_32f_C1R* pSpec);

IppStatus ippiWTFwdFree_32f_C3R (IppiWTFwdSpec_32f_C3R* pSpec);

Parameters

pSpec
Pointer to an allocated and initialized forward DWT context structure.

Description

The function ippiWTFwdFree is declared in the ippi.h file. This function frees memory previously allocated by the function ippiWTFwdFree for a forward wavelet transform context structure pSpec.

Example “Using Intel IPP Functions for Wavelet Transforms” shows how to use the function ippiWTFwdFree_32f_C1R.

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error or a warning.

ippStsNullPtrErr

Indicates an error condition if pSpec pointer is NULL.

ippStsContextMatchErr

Indicates an error condition if a pointer to an invalid context structure is passed.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.