Developer Reference for Intel® Integrated Performance Primitives 2018
Initializes LZ4 hash tables for HC mode.
IppStatus ippsEncodeLZ4HCHashTableInit_8u(Ipp8u** ppHashTables);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
ppHashTables |
Pointer to an array of pointers to LZ4 hash tables for HC mode; ppHashTables[0]=pHashTable, ppHashTables[1]=pPrevTable. |
This function initializes the LZ4 HashTable and PrevTable. Before using this function, compute the size of the LZ4 hash tables using the EncodeLZ4HCHashTableGetSize function.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if any of the ppHashTables pointers is NULL. |