DecodeHuffGetSize_BZ2

Computes the size of the internal state for bzip2-specific Huffman decoding.

Syntax

IppStatus ippsDecodeHuffGetSize_BZ2_8u16u(int wndSize, int* pDecodeHuffStateSize);

Parameters

wndSize

Size of the block to be processed.

pDecodeHuffStateSize

Pointer to the size of the internal state for bzip2-specific Huffman coding.

Description

The function ippsDecodeHuffGetSize_BZ2 is declared in the ippdc.h file. 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 pointer pDecodeHuffStateSize is NULL.

ippStsSizeErr

Indicates an error if wndSize is less than or equal to 0.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.