DecodeBlockGetSize_BZ2

Computes the size of the additional buffer for bzip2-specific block decoding.

Syntax

IppStatus ippsDecodeBlockGetSize_BZ2_8u(int blockSize, int* pBuffSize);

Parameters

blockSize

Size of the block to be processed.

pBuffSize

Pointer to the size of the buffer for bzip2-specific decoding.

Description

The function ippsDecodeBlockGetSize_BZ2 is declared in the ippdc.h file. This function computes the size of the additional buffer for bzip2-specific decoding.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if the pointer pBuffSize is NULL.

Submit feedback on this help topic

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