Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6C996D22-8112-486A-ACD1-A7A86EDFA2F7
Visible to Intel only — GUID: GUID-6C996D22-8112-486A-ACD1-A7A86EDFA2F7
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 pointer pBuffSize is NULL. |