Opened 13 years ago Closed 11 years ago #317 closed defect (wontfix)Bug in construction of mvp candidates
Description
When A0 and A1 candidate motion vectors are both not available, and several among B0, B1 and B2 candidates are available, the resulting mvp list may contain two Bx candidates instead of one as described in section 8.4.2.1.7 of WD5.
Find attached a proposed patch against HM-5.1-dev-cleanup that corrects the problem in TComDataCU::fillMvpCand. Attachments (2)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by tkunlinChanged 13 years ago by tkunlincomment:2 Changed 13 years ago by tkunlin
The problem occurs in the 3rd picture of the stream generated with the following command line : comment:3 Changed 11 years ago by fbossen
Final spec allows for 2 Bx candidates (one non scaled and one scaled) to be in the mvp list 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
|
Patch update for HM-6.2rc1