Terminates encoding slice with CABAC.
IppStatus ippiCABACTerminateSlice_H264(Ipp32u* pBitStreamBytes, IppvcCABACState* pCabacState);
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. |
The function ippiCABACTerminateSlice_H264 is declared in the ippvc.h file. This function terminates encoding slice with CABAC.
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. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.