DecodeFillElt_AAC

Gets the fill element from the input bitstream.

Syntax

IppStatus ippsDecodeFillElt_AAC(Ipp8u** ppBitStream, int* pOffset, int* pFillCnt, Ipp8u* pDstFillElt);

Parameters

ppBitStream

Pointer to the pointer to the current byte after the decode fill element.

pOffset

Pointer to the bit position in the byte pointed to by ppBitStream. Valid within 0 to 7.

0 stands for the most significant bit of the byte. 7 stands for the least significant bit of the byte.

pFillCnt

Pointer to the value of the length of total fill data in bytes.

pDstFillElt

Pointer to the fill data buffer whose length must be equal to or greater than 270.

Description

This function is declared in the ippac.h file. The function gets the fill element from the input bitstream.

See clause 8.7 and Table 6.22 of ISO/IEC 13818 - 7: 1997.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when at least one of the pointers ppBitStream, pOffset, pFillCnt, or pDstFillElt is NULL.

ippStsAacBitOffsetErr

Indicates an error when pOffset is out of the range of [0,7].

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.