LZSSGetSize

Computes the size of the LZSS state structure.

Syntax

IppStatus ippsLZSSGetSize_8u (int* pLZSSStateSize);

Parameters

pLZSSStateSize

Pointer to the size of the LZSS state structure.

Description

The function ippsLZSSGetSize is declared in the ippdc.h file. This function computes the size in bytes of the LZSS state structure for encoding and decoding and stores it to an integer pointed to by pLZSSStateSize. The function must be called prior to the function ippsEncodeLZSSInit or ippsDecodeLZSSInit.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pointer pLZSSStateSize is NULL.

Submit feedback on this help topic

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