What does Intel IPP status -76 (ippStsH263QuantErr) mean?

 
Previous Next
ippStsH263PlaneStepErr ippStsH263MVCodeErr

ippStsH263QuantErr

H.263 quantizer values have a constrained range. A value outside that range makes coefficient reconstruction undefined and is rejected before inverse quantization.

If the invalid value is decoded from the stream, inspect macroblock mode and dquant parsing. If it is supplied by the caller, validate encoder-control or decoder-wrapper bounds.

Check these details

  • The picture quantizer and macroblock dquant fields.
  • Whether Annex T or other option handling changes quantizer interpretation.
  • The first macroblock where the value leaves the valid range.

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


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