What does Intel IPP status -197 (ippStsFreqTableErr) mean?

 
Previous Next
ippStsCodeLenTableErr ippStsIncompleteContextErr

ippStsFreqTableErr

Some IPP routines build Huffman codes from symbol frequencies. This status indicates that the frequency model cannot be used to derive a valid coding tree.

Look for negative counts, all-zero counts, mismatched symbol counts, or application-side accumulation overflow before the table reaches IPP.

Check these details

  • The number of symbols with nonzero frequency.
  • Whether the total frequency count is valid for the data set.
  • Any conversion from signed application counters to IPP unsigned fields.

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


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