Skip to content

Clean up ALF filter code

Frank Bossen requested to merge bossen/VVCSoftware_VTM:alf1 into master

Clean up virtual boundary related checks:

  • Replace modulo operation by bitwise AND
  • Define local variable instead of having same computation appear dozens of times in code
  • Use const type qualifiter where appropriate

Merge request reports