Opened 2 years ago
Closed 2 years ago
#1567 closed defect (fixed)
xCheckIdenticalMotion() returns true for 2 different ILRPs
Reported by: | nikolai.shostak | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | VTM | Version: | VTM-17.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
xCheckIdenticalMotion() relies on POCs only to detect identical reference pictures.
2 ILRP reference pictures will have the same POCs but may have different layer IDs.
So, reference picture layer IDs needs to be checked as well.
MR is coming.
Change history (2)
comment:1 Changed 2 years ago by nikolai.shostak
comment:2 Changed 2 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Fixed as suggested
Note: See TracTickets for help on using tickets.
MR: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2288