Opened 21 months ago Closed 2 months ago #1522 closed defect (fixed)Offset issue in clause 8.5.4.3
Description
(filed on behalf of Min Woo)
In section 8.5.4.3, Equation (8-279) appears to have an issue.
resSamples is a block level array but picture-level offsets (xCb, yCb) are applied when addressing samples in this array. The equation should instead be:
Change History (2)comment:1 Changed 2 months ago by ykcomment:2 Changed 2 months ago by yk
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
| ||||||||||||||||
Thanks for the good catch! Fixed in JVET-AN1018-v2 (to be submitted). Now the equation is as follows (and some other places of A[ x, y ] were also changed to A[ x ][ y ]):
resSamples[ xB0 / SubWidthC + i ][ yBN / SubHeightC + j ] = transformBlock[ i ][ j ]