Home | History | Annotate | Download | only in include

Lines Matching full:bitbuffer

87    Description: bitstream interface to bitbuffer routines
124 * \param pBuffer Pointer to BitBuffer array.
125 * \param bufSize Length of BitBuffer array. (awaits size 2^n)
145 * \brief Initialize BistreamBuffer. BitBuffer can point to filled BitBuffer array .
148 * \param pBuffer Pointer to BitBuffer array.
149 * \param bufSize Length of BitBuffer array. (awaits size 2^n)
150 * \param validBits Number of valid BitBuffer filled Bits.
170 * \brief ResetBitbuffer Function. Reset states in BitBuffer and Cache.
188 Deletes the in Create Bitstream allocated BitStream and BitBuffer.
308 * \brief return a number of bits from the bitBuffer.
465 bitbuffer indices)
466 * PushFor function gets a number of bits (combines cache and bitbuffer indices)
512 * \brief GetValidBits Function. Clear cache and return valid Bits from Bitbuffer.
525 * \brief return amount of unused Bits from Bitbuffer.
535 * \brief reset bitcounter in bitBuffer to zero.
546 * \brief set bitcoutner in bitBuffer to given value.
558 * \brief get bitcounter state from bitBuffer.
570 * \brief Fill the BitBuffer with a number of input bytes from external source.
587 * \brief fill destination BitBuffer with a number of bytes from source BitBuffer. The
588 * bytesValid variable returns the number of ramaining valid bytes in source BitBuffer.
603 * \brief fill the outputBuffer with all valid bytes hold in BitBuffer. The WriteBytes