What does Intel IPP status -73 (ippStsH263DCCodeErr) mean?

 
Previous Next
ippStsH263VLCCodeErr ippStsH263ZigzagLenErr

ippStsH263DCCodeErr

Intra blocks carry DC information as part of coefficient decoding. This status means the DC code could not be interpreted for the current block.

The error is before inverse transform. Inspect the compressed coefficient stream, not the reconstructed image output.

Check these details for ippStsH263DCCodeErr

  • Whether the macroblock is intra-coded.
  • The block index inside the macroblock.
  • The coefficient reader state before the DC field.

Intel IPP Error Reporting · ITU-T H.263 recommendation · FFmpeg H.263 decoder

Intel IPP status value

ippStsH263DCCodeErr is IppStatus -73: Illegal code is detected during DC stream processing.


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