What does Intel IPP status -180 (ippStsJPEG2KCodeBlockIsNotAttached) mean?

 
Previous Next
ippStsCTRSizeErr ippStsNotPosDefErr

ippStsJPEG2KCodeBlockIsNotAttached

JPEG 2000 Tier-1 coding works on code-blocks, and each block needs its parameters and coding state before bit-plane passes can be decoded. This status means that state is missing from the object passed to IPP.

This is typically an integration or parser-state issue: the caller reached code-block decoding before attaching the block parameters produced by tile, precinct and subband parsing.

Check these details

  • Tile, component, resolution, precinct and subband indexes for the code-block.
  • Whether code-block parameters were allocated and attached to the state structure.
  • Lifetime of the state object across tile-part boundaries.

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.