Resets fullband controller state.
IppStatus ippsFullbandControllerReset_EC_32f(IppsFullbandControllerState_EC_32f* pState);
IppStatus ippsFullbandControllerReset_EC_16s(IppsFullbandControllerState_EC_16s* pState);
pState |
Pointer to the fullband controller state structure. |
The functions ippsFullbandControllerReset_EC are declared in the ippsc.h file. These functions reset the fullband controller state. You can use these functions after an interruption in adaptation process occurred.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.