Computes the value of a polynomial for a given argument.
IppStatus ippsPolyGFValue_8u(const IppsPoly_GF8u* pPoly, Ipp8u argValue, Ipp8u* pDstValue);
pPoly |
Pointer to the polynomial. |
agrValue |
Value of the argument. |
pDstValue |
Pointer to the computed value of the polynomial. |
This function is declared in the ippdi.h file. The function computes the value of the given polynomial for the given value of the argument agrValue.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the specified context pPoly is not valid. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.