DecodeLZ77GetStatus

Reads the inflate status value from the LZ77 decoding state structure.

Syntax

IppStatus ippsDecodeLZ77GetStatus_8u(IppLZ77InflateStatus* pInflateStatus, IppLZ77State_8u* pLZ77State);

Parameters

pInflateStatus

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

pLZ77State

Pointer to the LZ77 decoding structure.

Description

The ippsDecodeLZ77GetStatus function is declared in the ippdc.h file. This function reads the current decoding status value pInflateStatus from the initialized LZ77 state structure pLZ77State.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if one of the specified pointers is NULL.

Submit feedback on this help topic

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