Opened 5 years ago
Closed 5 years ago
#937 closed defect (fixed)
Mismatch between SW and spec on parallel merge estimation region
Reported by: | wzeng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VVC spec text D8, position offsets are used to determine the availability of neighboring CUs, for example, (0, -1) for top CU, (cuWidth+1, -1) for top-right CU.
In VTM8.0, function PU:isDiffMER(pu1, pu2) is used to determine the availability of neighboring CUs. But it’s using the neighboring CU’s top-left position relative to current CU.
It appears a mismatch between the text and SW. Suggest to align SW with the text.
Change history (2)
comment:1 Changed 5 years ago by hanhuang
comment:2 Changed 5 years ago by XiangLi
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from new to closed
Fixed as suggested.
Note: See TracTickets for help on using tickets.
A merge request https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1443 was submitted to address this issue.