Allocates memory and initializes the LZSS encoder state structure.
IppStatus ippsEncodeLZSSInitAlloc_8u (IppLZSSState_8u** ppLZSSState);
ppLZSSState |
Double pointer to the LZSS encoder state structure. |
The function ippsEncodeLZSSInitAlloc is declared in the ippdc.h file. This function allocates memory and initializes the LZSS encoder state structure ppLZSSState required for the encoder functions ippsEncodeLZSS and ippsEncodeLZSSFlush.
ippStsNoErr |
Indicates no errors. |
ippStsNullPtrErr |
Indicates an error if the ppLZSSState pointer is NULL. |
StsMemAllocErr |
Indicates an error if memory allocation fails. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.