Returns the size required for the CABAC state.
IppStatus ippiCABACGetSize_H264(Ipp32u* pSize);
pSize |
Pointer to a variable to receive size. |
The function ippiCABACGetSize_H264 is declared in the ippvc.h file. This function returns a size of required for the CABAC state.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.