DecodeCBProgrFree_JPEG2K

Frees memory allocated for the decoder state structure.

Syntax

IppStatus ippiDecodeCBProgrFree_JPEG2K(IppiDecodeCBProgrState_JPEG2K* pState);

Parameters

pState

Pointer to the allocated and initialized decoder state structure.

Description

The function ippiDecodeCBProgrFree_JPEG2K is declared in the ippj.h file. This function frees memory allocated by the function ippiDecodeCBProgrInitAlloc_JPEG2K for the decoder state structure.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pState pointer is NULL.

ippStsContextMatchErr

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

Submit feedback on this help topic

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