What does Intel IPP status -113 (ippStsJPEG2KBadPassNumber) mean?

 
Previous Next
ippStsNoRootFoundErr ippStsJPEG2KDamagedCodeBlock

ippStsJPEG2KBadPassNumber

A JPEG 2000 code-block is decoded through a sequence of bit-plane coding passes. The pass number must refer to an existing pass for that block; a value outside the allowed range means the block metadata and pass list disagree.

Look at packet header parsing first. Incorrect included-block, zero-bit-plane or pass-count information can make the decoder request a pass that was never present.

Check these details

  • The number of coding passes declared for the code-block.
  • Packet header fields that add passes to the block.
  • Layer progression and whether tile-parts were assembled in order.

Intel IPP Error Reporting · ITU-T T.800 JPEG 2000 · OpenJPEG Tier-1 code-block coding


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