Resets the LZ77 encoding state structure.
IppStatus ippsEncodeLZ77Reset_8u (IppLZ77State_8u* pLZ77State);
pLZ77State |
Pointer to the LZ77 encoding state structure. |
The function ippsEncodeLZ77Reset is declared in the ippdc.h file. This function resets the LZ77 encoding state structure to the initial state.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pLZ77State pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.