Opened 5 years ago
Closed 5 years ago
#367 closed defect (fixed)
IBC and Triangle with Weighted Prediction
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.0 |
Component: | VTM | Version: | VTM-5.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When weighted prediction is enabled for a slice, the decoder appears to attempt weighted prediction operations, even for IBC and Triangle PUs, leading it down the wrong paths in InterPrediction.cpp. Suggest adding !IBC and !Triangle checks in a few places to avoid these issues. See merge request for suggested changes (to be uploaded shortly).
Change history (2)
comment:1 Changed 5 years ago by bheng
- Version changed from VTM-5.0rc1 to VTM-5.2
comment:2 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.0
- Resolution set to fixed
- Status changed from new to closed
Triangle part is fixed as suggested. No change is needed for IBC due to the integration of JVET-O1170.
Note: See TracTickets for help on using tickets.
Possible solution provided here:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/683