Creates and initializes predictor state.
IppStatus ippsFDPInitAlloc_32f(IppsFDPState_32f** ppFDPState, int len);
ppFDPState |
Pointer to pointer to the FDP state structure to be created. |
len |
Number of spectral lines to be processed. |
This function is declared in the ippac.h header file. The function ippsFDPInitAlloc creates and initializes the FDP state.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the ppFDPState pointer is NULL. |
ippStsSizeErr |
Indicates an error when len is less than or equal to 0. |
ippStsMemAllocErr |
Indicates an error when no memory is allocated. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.