Allocated memory an initializes the elements of the bzip2-specific internal state for Huffman decoding.
IppStatus ippsDecodeHuffInitAlloc_BZ2_8u16u(int wndSize, int sizeDictionary, IppDecodeHuffState_BZ2** ppDecodeHuffState);
wndSize |
Size in bytes of the block to be processed. |
sizeDictionary |
Size of the dictionary. |
pDecodeHuffState |
Pointer to the state structure for bzip2 specific Huffman decoding. |
The function ippsDecodeHuffInitAlloc_BZ2 is declared in the ippdc.h file. This function allocates memory and initializes the elements of the bzip2-specific internal state pDecodeHuffState for Huffman decoding. This structure is used by the function ippsDecodeHuff_BZ2.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pDecodeHuffState pointer is NULL. |
ippStsSizeErr |
Indicates an error if sizeDictionary or wndSize is less than or equal to 0. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.