Performs a single step of decoding.
IppStatus ippiDecodeCBProgrStep_JPEG2K(const Ipp8u* pSrc, int srcLen, IppiDecodeCBProgrState_JPEG2K* pState);
pSrc |
Pointer to the source data. |
srcLen |
Length of the segment. |
pState |
Pointer to the decode state structure. |
The function ippiDecodeCBProgrStep_JPEG2K is declared in the ippj.h file. This function performs one step of the decoding progression.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if one of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error if length of terminated segment is specified incorrectly. |
ippStsContextMatchErr |
Indicates an error condition if a pointer to the invalid structure is passed. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.