DCTInvFree

Deallocates memory used by the inverse DCT context structure.

Syntax

IppStatus ippiDCTInvFree_32f (IppiDCTInvSpec_32f* pDCTSpec);

Parameters

pDCTSpec

Pointer to the inverse DCT context structure that has to be released.

Description

The function ippiDCTInvFree is declared in the ippi.h file. This function releases memory used by the previously initialized inverse DCT context structure pDCTSpec. Call this function after your application program has finished computing the inverse discrete cosine transforms.

Return Values

ippStsNoErr

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

ippStsNullPtrErr

Indicates an error condition if pDCTSpec pointer is NULL.

ippStsContextMatchErr

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

Submit feedback on this help topic

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