Initializes the post filter state memory.
IppStatus ippsPostFilterInit_RTA_32f(IppPostFilterState_RTA_32s pStateMem);
pStateMem |
Pointer to the post filter state memory. |
The function ippsPostFilterInit_RTA is declared in the ippsc.h file.
This function initializes the post state memory pStateMem. The size of the memory must be calculated by calling the function ippsPostFilterGetStateSize_RTA beforehand.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when pStateMem pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.