Closes the IppsVQCodeBookState_32f structure created by the function ippsVQCodeBookInitAlloc.
IppStatus ippsVQCodeBookFree_32f(IppsVQCodeBookState_32f* pCodeBook);
pCodeBook |
Pointer to the codebook state structure. |
This function is declared in the ippac.h header file. The function closes the codebook state structure created by the function ippsVQCodeBookInitAlloc.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pCodeBook pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.