| Previous | Next |
| ippStsJPEGHuffTableErr | ippStsJPEGOutOfBufErr |
ippStsJPEGDCTRangeErr
JPEG scan decoding produces quantized DCT coefficients for 8x8 blocks. This status means a coefficient value reached the IPP DCT path outside the range expected by that routine.
The root cause is often earlier entropy or dequantization state, not the inverse transform itself. Check coefficient decoding, quantization tables and block ordering.
Check these details
- The component and block index whose coefficient is out of range.
- Quantization table used for that component.
- Whether restart markers preserved decoder state before the failing block.
Intel IPP Error Reporting · ITU-T T.81 JPEG · FFmpeg MJPEG decoder
Looking for a different code? Search another status or error code.