Frees memory allocated for the decoder state structure.
IppStatus ippiDecodeCBProgrFree_JPEG2K(IppiDecodeCBProgrState_JPEG2K* pState);
pState |
Pointer to the allocated and initialized decoder state structure. |
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.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.