Sets the inflate status to the desired value in the LZ77 decoding state structure.
IppStatus ippsDecodeLZ77SetStatus_8u(IppLZ77InflateStatus inflateStatus, IppLZ77State_8u* pLZ77State);
pLZ77State |
Pointer to the initialized LZ77 encoding state structure. |
pInflateStatus |
Pointer to the inflate status parameter (see inflateStatus Parameter). |
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.
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. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.