Skip to content

use correct vector resolution in CPR search range setting

Xiaozhong Xu requested to merge xiaozhongxu/VVCSoftware_BMS:CPR_BUGFIX into master

In CPR search range setting, vectors are in integer resolution but the clipMV operation assumes inputs to be in quarter-pel. The provided bugfix resolve this issue by shifting input MV before clipMV operation.

Merge request reports