What does Intel IPP status -108 (ippStsNotEvenStepErr) mean?

 
Previous Next
ippStsH263MCBPCIntraCodeErr ippStsHistoNofLevelsErr

ippStsNotEvenStepErr

IPP image steps are byte distances between consecutive rows. For many image functions, the step must be compatible with the pixel size so each row starts on a whole sample or whole pixel boundary.

This status usually means the stride was computed from width only or from the wrong channel count. It can also happen when a sub-image view starts at a misaligned offset.

Check these details

  • Step in bytes versus pixel size and number of channels.
  • Padding added by the allocator or container format.
  • Whether planar and interleaved images use different stride calculations.

Intel IPP Error Reporting · Intel IPP Image Processing Reference


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