Closes FDP state.
IppStatus ippsFDPFree_32f(IppsFDPState_32f* pFDPState);
pFDPState |
Pointer to the FDP state structure to be closed. |
This function is declared in the ippac.h header file. The function ippsFDPFree closes the FDP state by freeing all memory associated with the FDP state structure created by the function ippsFDPInitAlloc.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pFDPState pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the state structure is invalid. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.