| Previous | Next |
| ippStsFilterTypeErr | ippStsAlgTypeErr |
ippStsNormErr
This status points to the norm selector, not to the samples themselves. IPP norm and distance primitives support only the norm kinds documented by the specific function family, such as L1, L2 or infinity-style variants where they are implemented.
A common cause is reusing an enum value from a different API layer or passing a norm that is mathematically meaningful but not implemented for the selected data type, channel layout or masked operation.
Check these details
- The exact norm enum accepted by the called IPP primitive.
- Whether the function variant supports absolute, squared or relative norms.
- Whether the same norm is valid only in another IPP domain or data type suffix.
Intel IPP Error Reporting · Intel IPP Signal Processing Reference
Looking for a different code? Search another status or error code.