Opened 6 months ago
Closed 6 months 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 6 months ago by nikolai.shostak
comment:2 Changed 6 months 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