Computes the size of the additional buffer for bzip2-specific block decoding.
IppStatus ippsDecodeBlockGetSize_BZ2_8u(int blockSize, int* pBuffSize);
blockSize |
Size of the block to be processed. |
pBuffSize |
Pointer to the size of the buffer for bzip2-specific decoding. |
The function ippsDecodeBlockGetSize_BZ2 is declared in the ippdc.h file. This function computes the size of the additional buffer for bzip2-specific decoding.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pBuffSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.