Decodes one Exp-Golomb code according to 9.1 of H.264 standard.
IppStatus ippiDecodeExpGolombOne_H264_1u16s (Ipp32u** ppBitStream, Ipp32s* pBitOffset, Ipp16s* pDst, Ipp8u isSigned);
ppBitStream |
Double pointer to the current position in the bitstream. |
pBitOffset |
Pointer to the offset between the bit pointed by pBitStream and the start of the code. |
pDst |
Pointer to the destination result. |
isSigned |
Flag that indicates if output value has to be decoded as signed. |
The function ippiDecodeExpGolombOne_H264_1u16s is declared in the ippvc.h header file. The function decodes one Exp-Golomb code in accordance with 9.1 of the H.264 standard.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when at least one input pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.