What does Intel IPP status -11 (ippStsOutOfRangeErr) mean?

 
Previous Next
ippStsDataTypeErr ippStsDivByZeroErr

ippStsOutOfRangeErr

This status covers range checks that are more specific than a generic bad argument. In image operations it can mean a point lies outside the active region; in numeric operations it can mean a parameter exceeds the allowed interval.

Always identify which parameter was range-checked by the primitive; the same status can appear in several IPP domains.

Diagnostic focus

  • Log coordinates after ROI origin shifts, scaling and rounding.
  • Check numeric parameters after unit conversion and clamping.
  • For transforms, validate both source-space and destination-space bounds.

IPP image processing reference · IPP error reporting


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