Opened 6 years ago
Closed 6 years ago
#274 closed defect (fixed)
Undefined variable sGxGym and sGxGys in spec
Reported by: | rickxu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D5 v8 |
Component: | spec | Version: | VVC D5 v7 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In BDOF motion field derivation equation 8-797, the variables sGxGym and sGxGys are not defined in Spec. Per VTM5.0 implementation, the below two equations need to be added into Spec.
sGxGym = sGxGy >> 12
sGxGys = sGxGy & ((1 << 12) - 1)
Change history (4)
comment:1 Changed 6 years ago by bbross
- Version changed from VVC D5 v5 to VVC D5 v6
comment:2 Changed 6 years ago by bbross
- Version changed from VVC D5 v6 to VVC D5 v7
comment:3 Changed 6 years ago by bbross
- Milestone set to VVC D5 v8
comment:4 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 v8