Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

LZSSGetSize

Computes the size of the LZSS state structure.

Syntax

IppStatus ippsLZSSGetSize_8u (int* pLZSSStateSize);

Include Files

ippdc.h

Domain Dependencies

Headers: ippcore.h, ippvm.h, ipps.h

Libraries: ippcore.lib, ippvm.lib, ipps.lib

Parameters

pLZSSStateSize

Pointer to the size of the LZSS state structure.

Description

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.