Returns size of analysis FilterSpec_SBR specification structures, init and work buffers.
IppStatus ippsAnalysisFilterEncGetSize_SBR_32f(int* pSizeSpec, int* pSizeInitBuf);
pSizeSpec |
Pointer to the size (in bytes) of the analysis SBR specification structure. |
pSizeInitBuf |
Pointer to the size (in bytes) of the buffer for initialization functions. |
This function is declared in the ippac.h file. The function returns the size of the specification structure and the initialization process buffer.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when at least one of the specified pointers is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.