| Previous | Next |
| ippStsRangeErr | ippStsBadArgErr |
ippStsSizeErr
This status indicates that a size parameter does not satisfy the primitive's dimensional constraints. The common causes are zero or negative dimensions, dimensions smaller than a kernel or block, or incompatible source and destination sizes.
For image operations, size must be considered together with ROI, stride and channel layout. For signal operations, it must be considered together with filter length and state size.
Diagnostic focus
- Check every width, height, length and count argument after cropping or format conversion.
- Verify minimum-size requirements for filters, blocks, transforms and codecs.
- Make sure the allocated buffer size and the logical ROI size are not being confused.
Looking for a different code? Search another status or error code.