Opened 10 years ago Closed 10 years ago #82 closed defect (fixed)Obsolete motion data compression in DV derivation process
Description
Obsolete motion data compression remains in text (I.8.5.5 Derivation process for disparity vectors)
as
xB1 = ( ( xB1 >> 3 ) << 3 ) + ( ( xB1 >> 3 ) & 1) * 7 (I 251)
In HTM, the compression have been effectively removed when HTM was updated based on the latest(at that point) HM. Specifically, HTM70 has the following in getPUAbove(),
But HTM80 or later doesn't have that process (so removed). Attachments (1)Change history (4)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by Tomohiro Ikaicomment:2 Changed 10 years ago by techcomment:3 Changed 10 years ago by tech
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
|
I share the opinion that this text is obsolete and just an inherited residual from an outdated draft HEVC version, which has erroneously not been removed. If there are different opinions, please let me know. Otherwise, I will delete it.