What does Intel IPP status 12 (ippStsOverflow) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_ACCESSWin32 errorWindows
KERN_NOT_IN_SETKern returnMac
ENOMEMerrnoAny
MAXIMUM_WAIT_OBJECTS_EXCEEDEDBugCheck CodeWindows
Previous Next
ippStsJPEGMarker ippStsLSFLow

ippStsOverflow

This warning reports that the arithmetic result exceeded the representable range of the destination type or the selected fixed-point scale. IPP may clamp, wrap, saturate or otherwise handle the result depending on the primitive.

Investigate value range and scaling before blaming memory corruption. Overflow can be data-dependent and appear only for particular frames, channels or coefficients.

Check these details

  • Destination data type and scale factor.
  • Accumulation length, coefficient magnitude and input dynamic range.
  • Whether a saturation variant is required.

Intel IPP Error Reporting · IPP special-case handling


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