DecodeLZSSInitAlloc

Allocates memory and initializes the LZSS decoder state structure.

Syntax

IppStatus ippsDecodeLZSSInitAlloc_8u (IppLZSSState_8u** ppLZSSState);

Parameters

ppLZSSState

Double pointer to the LZSS decoder state structure.

Description

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.

Return Values

ippStsNoErr

Indicates no errors.

ippStsNullPtrErr

Indicates an error if the pointer pLZSSState is NULL.

ippStsMemAllocErr

Indicates an error if memory allocation fails.

Submit feedback on this help topic

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