Developer Reference for Intel® Integrated Performance Primitives
Computes a header of the provided Huffman tables description.
IppStatus ippsDeflateLZ77FastestGenHeader_8u(const IppDeflateHuffCode pLitCodeTable[286], const IppDeflateHuffCode pDistCodeTable[30], Ipp8u* pDstHeader, int* pDstLen, int* pDstBits);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pLitCodeTable |
Pointer to literals/lengths in a Huffman code. |
pDistCodeTable |
Pointer to distances in a Huffman code. |
pDstHeader |
Pointer to the header. |
pDstLen |
Pointer to the header length. |
pDstBits |
Pointer to the header length, in bits. |
This function gets a header of the provided Huffman tables description.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |