Computes the size of the LZ77 decoding structure.
IppStatus ippsDecodeLZ77GetSize_8u(int* pLZ77StateSize);
pLZ77StateSize |
Pointer to the size of the LZ77 decoding structure. |
The function ippsDecodeLZ77GetSize is declared in the ippdc.h file. This function computes the size in bytes of the LZ77 decoding state structure. The function must be called prior to the function ippsDecodeLZ77Init.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZ77StateSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.