EncodeLZSSInitAlloc

Allocates memory and initializes the LZSS encoder state structure.

Syntax

IppStatus ippsEncodeLZSSInitAlloc_8u (IppLZSSState_8u** ppLZSSState);

Parameters

ppLZSSState

Double pointer to the LZSS encoder state structure.

Description

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.

Return Values

ippStsNoErr

Indicates no errors.

ippStsNullPtrErr

Indicates an error if the ppLZSSState pointer is NULL.

StsMemAllocErr

Indicates an error if memory allocation fails.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.