Opened 13 years ago Closed 11 years ago #395 closed defect (wontfix)on the usage of iCombinedCount
Description
In HM-6.1-dev r2096, the combined merge candidates are generated according to the following process.
Int iCombinedCount = 0;
}
As MRG_MAX_NUM_CANDS is no greater than 5 and the initial value of uiArrayAddr is no less than the initial value of iCombinedCount (0), when the condition of
So I think iCombinedCount is not necessary to be there. Change History (2)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
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
|
iCombinedCount variable not present in r3775