Developer Reference for Intel® Integrated Performance Primitives 2019
Calculates the size of the LZ4 HashTable and PrevTable for HC mode.
IppStatus ippsEncodeLZ4HCHashTableGetSize(int* pHashTableSize, int* pPrevTableSize);
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 HashTable. |
pHashPrevSize |
Pointer to the variable containing the size of the LZ4 PrevTable. |
This function calculates the size of the memory buffer that must be allocated for the LZ4 HashTable and PrevTable in HC mode.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pHashTableSize or pPrevTableSize is NULL. |