Initializes IppiDecodeHuffmanState structure.
IppStatus ippiDecodeHuffmanStateInit_JPEG_8u(IppiDecodeHuffmanState* pDecHuffState);
pDecHuffState |
Pointer to the IppiDecodeHuffmanState structure. |
The function ippiDecodeHuffmanStateInit_JPEG is declared in the ippj.h file. This function initializes the IppiDecodeHuffmanState structure to the initial state and must be called prior to the JPEG bit stream decoding.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if one or all of the specified pointers are NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.