DecodeHuffGetSize_BZ2
DecodeHuffGetSize_BZ2
Computes the size of the internal state for bzip2-specific Huffman decoding.
Syntax
IppStatus ippsDecodeHuffGetSize_BZ2_8u16u(int
wndSize
, int*
pDecodeHuffStateSize
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- wndSize
- Size of the block to be processed.
- pDecodeHuffStateSize
- Pointer to the size of the internal state for bzip2-specific Huffman coding.
Description
This function computes the size of the internal state structure for bzip2-specific Huffman decoding.
Return Values
- ippStsNoErr
- Indicates no error.
- ippStsNullPtrErr
- Indicates an error if the pointerpDecodeHuffStateSizeisNULL.
- ippStsSizeErr
- Indicates an error ifwndSizeis less than or equal to 0.