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

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

EncodeLZ4LoadDict

Initializes the LZ4 hash table that uses dictionary.

Syntax

IppStatus ippsEncodeLZ4LoadDict_8u(Ipp8u* pHashTable, const Ipp8u* pDict, int dictLen);

Include Files

ippdc.h

Domain Dependencies

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

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

Parameters

pHashTable

Pointer to the LZ4 hash table.

pDict

Pointer to the dictionary.

dictLen

Length of the dictionary.

Description

This function initializes the LZ4 hash table with values from the dictionary.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pHashTable pointer is NULL.

ippStsSizeErr

Indicates an error if the dictLen value is less than, or equal to zero.