Opened 6 years ago
Closed 6 years ago
#90 closed defect (fixed)
Typos in copying the control point vectors to temporal notion vectors
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D2 v6 |
Component: | spec | Version: | VVC D2 v5 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
The following two equations, i.e.
MvL0[ xSb + x ][ ySb + y ] = cpMvL0[ xSbIdx ][ ySbIdx ] (8 253)
MvL1[ xSb + x ][ ySb + y ] = cpMvL1[ xSbIdx ][ ySbIdx ] (8 254)
should be replaced with something like
MvL0[ xSb + x ][ ySb + y ] = cpMvL0[ ((ySbIdx?1:0) <<1) + (xSbIdx?1:0) ] (8 253)
MvL1[ xSb + x ][ ySb + y ] = cpMvL1[ ((ySbIdx?1:0) <<1) + (xSbIdx?1:0) ] (8 254)
cpMvL0[ cpIdx ] and cpMvL1[ cpIdx ] have only up to 3 entries, cannot be addressed with cpMvL0[ xSbIdx ][ ySbIdx ] and cpMvL0[ xSbIdx ][ ySbIdx].
Change history (2)
comment:1 Changed 6 years ago by bbross
- Milestone set to VVC D2 v6
- Version set to VVC D2 v5
comment:2 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Fixed in VVC D2 v6