CABACTerminateSlice_H264

Terminates encoding slice with CABAC.

Syntax

IppStatus ippiCABACTerminateSlice_H264(Ipp32u* pBitStreamBytes, IppvcCABACState* pCabacState);

Parameters

pBitStreamBytes

Pointer to a variable to receive the number of bytes ina bitstream.

pCabacState

Pointer to CABAC state initialized with ippiCABACInit_H264 or ippiCABACInitAlloc_H264.

Description

The function ippiCABACTerminateSlice_H264 is declared in the ippvc.h file. This function terminates encoding slice with CABAC.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when any of the pointers is NULL.

ippStsH264BufferFullErr

Not enough free space in the bitstream. This error code can be returned if less than 8 free bytes remain in the bitstream.


Submit feedback on this help topic

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