Returns the length of the IppiEncodeHuffmanState structure.
IppStatus ippiEncodeHuffmanStateGetBufSize_JPEG_8u(int* pSize);
pSize |
Pointer to a variable that will receive the length of the IppiEncodeHuffmanState structure. |
The function ippiEncodeHuffmanStateGetBufSize_JPEG is declared in the ippj.h file. This function computes the length (in bytes) of the IppiEncodeHuffmanState structure.
The fields of the structure IppiEncodeHuffmanState are hidden from the user.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if specified pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.