Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the internal state for bzip2-specific Huffman decoding.
IppStatus ippsDecodeHuffGetSize_BZ2_8u16u(int wndSize, int* pDecodeHuffStateSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
wndSize |
Size of the block to be processed. |
pDecodeHuffStateSize |
Pointer to the size of the internal state for bzip2-specific Huffman coding. |
This function computes the size of the internal state structure for bzip2-specific Huffman decoding.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pDecodeHuffStateSize is NULL. |
ippStsSizeErr |
Indicates an error if wndSize is less than or equal to 0. |