Skip to content

Issue with Fix for Ticket #311 Scaling List Bugs

Brian Heng requested to merge bheng/VVCSoftware_VTM:ticket_311 into master
  • Previous fix broke dependent quantization for the non-scaling list case.
  • Negative shift values are no longer set to zero, so the shift is applied repeatedly to the fixed invQScale value (g_invQuantScales) during each loop.

Merge request reports