CABACGetStreamSize_H264

Returns number of bits in bitstream.

Syntax

IppStatus ippiCABACGetStreamSize_H264(Ipp32u* pBitStreamBits, IppvcCABACState* pCabacState);

Parameters

pBitStreamBits

Pointer to a variable to receive the number of bits written to the stream by CABAC.

pCabacState

Pointer to CABAC state initialized with ippiCABACInit_H264 or ippiCABACInitAlloc_H264.

Description

The function ippiCABACGetStreamSize_H264 is declared in the ippvc.h file. This function returns the number of bits in the bitstream.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when any of the pointers is NULL.


Submit feedback on this help topic

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