Skip to content

Bug fix for TIMD in spanMotionInfo().

Han Huang requested to merge hanhuang/ECM:TIMDBugFix into master

spanIpmInfoInter() using pu.Y().x + (x << MIN_CU_LOG2) and pu.Y().y + (y << MIN_CU_LOG2) for coordinate would not be correct if called within subpu loop of BDMVR.

Merge request reports