| Previous | Next |
| ippStsJaehneErr | ippStsEpsValErr |
ippStsStrideErr
Stride is the byte distance from one row to the following row. If it is smaller than the row length required by width, data type and channel count, rows would overlap or the primitive would read outside the intended row.
This status is common when callers pass pixel count instead of bytes, or forget that interleaved images multiply width by channel count.
Check these details
- Minimum row length in bytes for the ROI.
- Step values from external image containers or GPU readbacks.
- Negative, zero or truncated stride after integer conversion.
Intel IPP Error Reporting · Intel IPP Image Processing Reference
Looking for a different code? Search another status or error code.