DecodeBlockGetSize_BZ2
DecodeBlockGetSize_BZ2
Computes the size of the additional buffer for bzip2-specific block decoding.
Syntax
IppStatus ippsDecodeBlockGetSize_BZ2_8u(int
blockSize
, int*
pBuffSize
);
Include Files
ippdc.h
Domain Dependencies
Headers:
ippcore.h
,
ippvm.h
,
ipps.h
Libraries:
ippcore.lib
,
ippvm.lib
,
ipps.lib
Parameters
- blockSize
- Size of the block to be processed.
- pBuffSize
- Pointer to the size of the buffer for bzip2-specific decoding.
Description
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 pointerpBuffSizeisNULL.