Skip to content

Fix for Ticket #687 - Wrap around in scaling list coding.

Brian Heng requested to merge bheng/VVCSoftware_VTM:fix_ticket_687 into master
  • Prevent negative coefficients on the decode side.
  • Prevent illegal coefficients outside the range [-128,127] on the encode side.

Merge request reports