What does Intel IPP status 4 (ippStsInvZero) mean?

 
Could be also:
ConstantTypeOS
ERROR_TOO_MANY_OPEN_FILESWin32 errorWindows
KERN_INVALID_ARGUMENTKern returnMac
EINTRerrnoAny
INVALID_DATA_ACCESS_TRAPBugCheck CodeWindows
Previous Next
ippStsSqrtNegArg ippStsEvenMedianMaskSize

ippStsInvZero

This is a warning status from inverse-threshold style operations. A zero input value was encountered at the zero level, so the mathematical reciprocal would produce an infinite result.

The operation may still produce output according to the primitive's special-case rules. The caller should decide whether infinity is acceptable for the algorithm that consumes the result.

Check these details

  • Input elements equal to zero in the processed ROI or vector segment.
  • The threshold level selected for inverse-threshold processing.
  • Downstream code that may not accept infinity or saturated output.

Intel IPP Error Reporting · IPP special-case handling


Looking for a different code? Search another status or error code.