Allocates memory and initializes IppiDecodeHuffmanState structure.
IppStatus ippiDecodeHuffmanStateInitAlloc_JPEG_8u(IppiDecodeHuffmanState** ppDecHuffState);
ppDecHuffState |
Pointer to the IppiDecodeHuffmanState structure. |
The function ippiDecodeHuffmanStateInit_JPEG is declared in the ippj.h file. This function allocates memory and initializes the IppiDecodeHuffmanState structure to the initial state. This function 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.