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