Computes the size of the DCT-IV specification structure.
IppStatus ippgDCT4GetSize_32f(int len, int* pSize);
IppStatus ippgDCT4GetSize_64f(int len, int* pSize);
len |
Number of samples in the transform. |
pSize |
Pointer to the size of the DCT-IV specification structure. |
The function ippgDCT4GetSize is declared in the ippgen.h file. This function computes the size pSize of the DCT-IV structure with the length of transform len.
The function ippgDCT4GetSize must be called prior to the function ippgDCT4Init.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pSize is NULL. |
ippStsSizeErr |
Indicates an error when len is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.