Opened 10 years ago Closed 6 years ago #1398 closed defect (fixed)Typos in the Text
Description
In ITU-T H.265 (10/2014) as well as JCTVC-R1013_v6 I found some typos:
In F.7.3.2.3.3:
In F.7.3.2.3.5:
In H.8.1.4.2:
Also in H.8.1.4.2: Change History (3)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 7 years ago by bbross
comment:3 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
|
Fix:
In F.7.3.2.3.6, change
idxShiftY = idxY + ( ( i << ( cm_octant_depth − inpDepth ) )
to
idxShiftY = idxY + ( i << ( cm_octant_depth − inpDepth ) )