Developer Reference for Intel® Integrated Performance Primitives 2019
Calculates the size of the LZ4 hash table.
IppStatus ippsEncodeLZ4HashTableGetSize(int* pHashTableSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pHashTableSize |
Pointer to the variable containing the size of the LZ4 hash table. |
This function calculates the size of the memory buffer that must be allocated for the LZ4 hash table.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pHashTableSize pointer is NULL. |