| Previous | Next |
| ippStsNormErr | ippStsMisalignedOffsetErr |
ippStsAlgTypeErr
Many IPP APIs accept an algorithm selector, interpolation selector, approximation mode, or implementation hint. This status points to that selector rather than to the input data itself.
It is most useful when wrappers expose a generic enum across several IPP calls. The same enum value may be legal for one primitive and unsupported for another primitive, data type, or CPU-dispatched implementation.
Diagnostic focus
- Log the algorithm enum symbol, not only its integer value.
- Check whether the algorithm selector belongs to the same IPP domain and primitive family.
- For compatibility layers, map unknown application-level values before calling IPP.
Looking for a different code? Search another status or error code.