DecodeLZ77SetStatus

Sets the inflate status to the desired value in the LZ77 decoding state structure.

Syntax

IppStatus ippsDecodeLZ77SetStatus_8u(IppLZ77InflateStatus inflateStatus, IppLZ77State_8u* pLZ77State);

Parameters

pLZ77State

Pointer to the initialized LZ77 encoding state structure.

pInflateStatus

Pointer to the inflate status parameter (see inflateStatus Parameter).

Description

The ippsDecodeLZ77SetStatus function is declared in the ippdc.h file. This function sets the parameter inflateStatus to the specified value in the initialized LZ77 decoding state structure pLZ77State.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pLZ77State pointer is NULL.

ippStsBadArgErr

Indicates an error if the inflateStatus parameter has an illegal value.

Submit feedback on this help topic

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