Developer Reference for Intel® Integrated Performance Primitives
Computes the size of the additional buffer for bzip2-specific block decoding.
IppStatus ippsDecodeBlockGetSize_BZ2_8u(int blockSize, int* pBuffSize);
ippdc.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
blockSize |
Size of the block to be processed. |
pBuffSize |
Pointer to the size of the buffer for bzip2-specific decoding. |
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. |