DecodeCBProgrStep_JPEG2K

Performs a single step of decoding.

Syntax

IppStatus ippiDecodeCBProgrStep_JPEG2K(const Ipp8u* pSrc, int srcLen, IppiDecodeCBProgrState_JPEG2K* pState);

Parameters

pSrc

Pointer to the source data.

srcLen

Length of the segment.

pState

Pointer to the decode state structure.

Description

The function ippiDecodeCBProgrStep_JPEG2K is declared in the ippj.h file. This function performs one step of the decoding progression.

Return Values

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.

Submit feedback on this help topic

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