What does Intel IPP status -182 (ippStsStrideMatrixErr) mean?

 
Previous Next
ippStsRegExpMetaChErr ippStsCTRSizeErr

ippStsStrideMatrixErr

This status is about row-to-row memory layout. A matrix stride must move from one row to the next in a way that remains positive and divisible by the element size.

It commonly appears after passing byte strides to a function that expects element-aligned addressing, or after constructing a submatrix view with a negative or zero pitch.

Diagnostic focus

  • Verify the stride unit expected by the exact IPP primitive.
  • Check that the stride is at least large enough for the visible row width and channel count.
  • Do not fix this by copying data blindly; first confirm the intended row layout and ROI origin.

IPP image processing reference


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