id summary reporter owner description type status priority milestone component version resolution keywords cc 90 Typos in copying the control point vectors to temporal notion vectors zhou "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]. " defect closed minor VVC D2 v6 spec VVC D2 v5 fixed ksuehring bbross XiangLi fbossen jvet@…