Opened 6 years ago
Closed 6 years ago
#221 closed defect (fixed)
Wrong width and height assignment for share merge list
Reported by: | peterchuang | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | VVC D5 v3 |
Component: | spec | Version: | VVC D4 v7 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
The equation of 7-76 and 7-77 should be change to
SmrW[ x ][ y ] = cbWidth (7-76)
SmrH[ x ][ y ] = cbHeight (7-77)
The original spec:
SmrW[ x ][ y ] = ( 1 << cbWidth ) (7-76)
SmrH[ x ][ y ] = ( 1 << cbHeight ) (7-77)
Change history (3)
comment:1 Changed 6 years ago by bbross
- Version set to VVC D4 v7
comment:2 Changed 6 years ago by bbross
- Milestone changed from VVC D4 v7 to VVC D5 v3
comment:3 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