Initializes analysis specification structure.
IppStatus ippsAnalysisFilterEncInit_SBR_32f(IppsFilterSpec_SBR_C_32f* pFilterSpec, Ipp8u *pInitBuf);
pFilterSpec |
Pointer to the analysis SBR specification structure. |
pInitBuf |
Ppointer to the working buffer. |
This function is declared in the ippac.h file. The function initializes the SBR specification structure pFilterSpec in the external buffer pInitBuf. Before calling this function, the size of the SBR specification structure must be computed by the function ipps AnalysisFilterEncGetSize_SBR.
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.