Gets size of FDP state structure.
IppStatus ippsFDPGetSize_32f(int len, int* pSizeState);
len |
Number of spectral lines to be processed. |
pSizeState |
Address of size value in bytes of the frequency domain predictor state structure. |
This function is declared in the ippac.h header file. The function ippsFDPGetSize gets sizes of the frequency domain predictor state structure and stores the results in pSizeState.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSizeState pointer is NULL. |
ippStsSizeErr |
Indicates an error when len is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.