Releases CABAC state.
IppStatus ippiCABACFree_H264(IppvcCABACState* pCabacState);
pCabacState |
Pointer to CABAC state allocated by the ippiCABACInitAlloc_H264 function. |
The function ippiCABACFree_H264 is declared in the ippvc.h file. This function releases CABAC state allocated by the ippiCABACInitAlloc_H264 function .
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.