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

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

DecodeLZSSInit

Initializes the LZSS decoder state structure.

Syntax

IppStatus ippsDecodeLZSSInit_8u (IppLZSSState_8u* pLZSSState);

Include Files

ippdc.h

Domain Dependencies

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

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

Parameters

pLZSSState

Pointer to the LZSS decoder state structure.

Description

This function initializes the LZSS decoder state structure in the external buffer, the size of which must be computed previously by calling the function ippsLZSSGetSize.

The LZSS decoder state structure is required for the function ippsDecodeLZSS.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pointer pLZSSState is NULL.