Opened 12 years ago Closed 12 years ago #805 closed defect (fixed)Unused refIdxA in spatial motion vector predictor candidates module
Description
In,
The equation 8-131 is not useful, since refIdxA is not going to be used for scaling. Change History (6)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
comment:3 Changed 12 years ago by bbross
comment:4 Changed 12 years ago by bbross
comment:5 Changed 12 years ago by bbross
comment:6 Changed 12 years ago by bbross
Fixed in JCTVC-L0030_v3. 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
|
According to whether a refIdx is used later in this process or not, the following derivations of refIdxA are useless:
refIdxA = RefIdxLX[ xAk ][ yAk ] (8 131)
refIdxA = RefIdxLY[ xAk ][ yAk ] (8 133)
refIdxA = refIdxLXB (8 150)
Furthermore there is a typo under the second 3.: "Tthe" -> "The"