Developer Reference for Intel® Integrated Performance Primitives
Initializes the LZ4 hash table that uses dictionary.
IppStatus ippsEncodeLZ4LoadDict_8u(Ipp8u* pHashTable, const Ipp8u* pDict, int dictLen);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pHashTable |
Pointer to the LZ4 hash table. |
pDict |
Pointer to the dictionary. |
dictLen |
Length of the dictionary. |
This function initializes the LZ4 hash table with values from the dictionary.
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. |