Opened 9 years ago Closed 6 years ago #1424 closed defect (fixed)nCS1L is not defined but used
Description
In "8.5.2 Inter prediction process" (pp.130 in H.265-201504),
Becasue nCS1L is not defined but used,
Thanks. Change History (2)comment:1 Changed 7 years ago by bbross
comment:2 Changed 6 years ago by bbross
fixed in v5 (2018/02) 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
|
Agreed by the authors of the AHG2 report JCTVC-AD0002 (checked 2016/12 release of the HEVC specification).
Fix:
In 8.5.2, change
the luma location ( xBl, yBl ) set equal to ( nCS1L + ( nCbSL >> 2 ), 0 )
to
the luma location ( xBl, yBl ) set equal to ( ( nCbSL >> 1 ) + ( nCbSL >> 2 ), 0 )