What does Intel IPP status -128 (ippStsVLCInternalTblErr) mean?

 
Previous Next
ippStsVLCUsrTblCodeLengthErr ippStsVLCInputDataErr

ippStsVLCInternalTblErr

This status is rare compared with user-table errors. It means the decoder path reached an internal table that IPP considered invalid for the current operation.

The practical diagnostic target is usually the state used to choose that table: codec mode, profile, object type, scan class, or an uninitialized context structure.

Check these details

  • The operation and codec mode that selected the internal table.
  • Whether the decoder context was fully initialized before decoding.
  • Any earlier status that may have left the context in a partial state.

Intel IPP Error Reporting · FFmpeg bitstream reader · FFmpeg VLC table code


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