Returns the value of the internal coding pass counter.
IppStatus ippiDecodeCBProgrGetPassCounter_JPEG2K(IppiDecodeCBProgrState_JPEG2K* pState, int* pNOfResidualPasses);
pState |
Pointer to the decode state structure. |
pNOfResidualPasses |
Pointer to the number of residual coding passes. |
The function ippiDecodeCBProgrGetPassCounter_JPEG2K is declared in the ippj.h file. This function returns the value of internal coding pass counter that is received from the decoding state structure pState.
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.