DecodeLZ77Reset

Resets the LZ77 decoding state structure.

Syntax

IppStatus ippsDecodeLZ77Reset_8u(IppLZ77State_8u* pLZ77State);

Parameters

pLZ77State

Pointer to the LZ77 encoding state structure.

Description

The function ippsDecodeLZ77Reset is declared in the ippdc.h file. This function resets the LZ77 decoding state structure to the initial state.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pLZ77State pointer is NULL.

Submit feedback on this help topic

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