Opened 10 years ago Closed 10 years ago #30 closed defect (fixed)Correction of vertical reference layer sample location in luma resampling - draft 6
Description
It seems that the horizontal luma resampling operation uses incorrect support in draft 6 (JCTVC-Q1008_v2). The vertical sample location for the reference layer picture is incorrect in equation H-47
yPosRL = Clip3( 0, RefLayerPicHeightInSamplesY − 1, yRef + n − 1 )
The correct equation should be:
yPosRL = Clip3( 0, RefLayerPicHeightInSamplesY − 1, yRef + n − 3 ) Change history (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by jlchen
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
|
The bug is confirmed. It will be fixd in the final version of SHVC draft 6.