Allocates memory and initializes the LZSS decoder state structure.
IppStatus ippsDecodeLZSSInitAlloc_8u (IppLZSSState_8u** ppLZSSState);
ppLZSSState |
Double pointer to the LZSS decoder state structure. |
The function ippsDecodeLZSSInitAlloc is declared in the ippdc.h file. This function allocates memory and initializes the LZSS decoder state structure. That structure is used by the function ippsDecodeLZSS.
ippStsNoErr |
Indicates no errors. |
ippStsNullPtrErr |
Indicates an error if the pointer pLZSSState is NULL. |
ippStsMemAllocErr |
Indicates an error if memory allocation fails. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.