What does Intel IPP status -13 (ippStsScaleRangeErr) mean?

 
Previous Next
ippStsStepErr ippStsDataTypeErr

ippStsScaleRangeErr

This Intel IPP status is a parameter-validation result. It means a scale bound passed to the image-processing operation is outside the documented supported range; it does not by itself identify a bad output image or memory corruption.

Log the exact IPP function, source and destination sizes, ROI, interpolation mode, and every scale-related argument. Recreate the call with the documented bounds instead of clamping values blindly, because the valid range can depend on the operation.

Intel IPP Developer Reference

Intel IPP status value

ippStsScaleRangeErr is IppStatus -13: Scale bounds are out of range.


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