EncodeLZ77GetSize

Computes the size of the LZ77 encoding state structure.

Syntax

IppStatus ippsEncodeLZ77GetSize_8u (int* pLZ77VLCStateSize);

Parameters

pLZ77StateSize

Pointer to the size of the LZ77 encoding state structure.

Description

The function ippsEncodeLZ77GetSize is declared in the ippdc.h file. This function computes the size in bytes of the LZ77 encoding state structure. The function should be called prior to the function ippsEncodeLZ77Init.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pointer pLZ77StateSize is NULL.

Submit feedback on this help topic

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