Opened 6 years ago
Closed 6 years ago
#232 closed defect (fixed)
Mismatch between specification and software for triangle merge mode weighted prediction
Reported by: | vdrugeon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D5 v3 |
Component: | spec | Version: | VVC D4 v7 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 8.5.8.2 Weighted sample prediction process for triangle merge mode, there is a mismatch between VTM and the specification for the calculation of the weight when the width of the block is less than its height.
In the four equations (8-891) (8-892) (8-893) and (8-894), "x / nCbR - y" should be replaced by "x - y / nCbR" when nCbW < nCbH (i.e. after ":").
Change history (2)
comment:1 Changed 6 years ago by bbross
- Milestone set to VVC D5 v3
comment:2 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in D5 v3