Skip to content

Fix ticket #117 on redundant memory copy in predInterSearch()

Chia-Ming Tsai requested to merge kevin625/VVCSoftware_VTM:Bugfix117 into master

Remove the redundant memory copy, and also sync the memory copy conditions to the conditions for doing affine search in the same function. It is a lossless code change.

Edited by Chia-Ming Tsai

Merge request reports