EncodeLZ77GetStatus

Reads the deflate status value from the LZ77 encoding state structure.

Syntax

IppStatus ippsEncodeLZ77GetStatus_8u (IppLZ77VLCDeflateStatus* pDeflateStatus, IppLZ77_8u* pLZ77State);

Parameters

pDeflateStatus

Pointer to the deflate status parameter (see deflateStatus Parameter).

pLZ77State

Pointer to the initialized LZ77 encoding state structure.

Description

The ippsEncodeLZ77GetStatus function is declared in the ippdc.h file. This function reads the current encoding status value pDeflateStatus from the initialized LZ77 state structure pLZ77State.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pLZ77State or pDeflateStatus pointer is NULL.

Submit feedback on this help topic

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