Skip to content

Fixed motion information comparison in fast OBMC

Hongtao Wang requested to merge wanght99/ECM:FIX-FASTOBMC-FIX into master

In OBMC, when checking the similarity between MI of the current sub-block and a neighbor sub-block, MI/PU level information are used as if they are interchangeable. However, PU level information might be different from MI level. This MR unified the access of 'interDir' and 'bcwIdx' to MI level.

Merge request reports