Opened 12 years ago Closed 12 years ago #757 closed defect (fixed)8.5.3.1.7 unvalued refIdxCol and listCol used
Description
The spec said:
..."
However, for the 4th condition, the values of refIdxCol and listCol are specified in "otherwise" part; thus LongTermRefPic(colPic, refIdxCol, listCol) is vague. Change History (6)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by conrad.hocomment: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
This has been fixed in JCTVC-K1003_v11. 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 HM logic (see the function TComDataCU::xGetColMVP), refIdxCol and listCol are calculated before the comparison of LongTermRefPic( currPic, refIdxLX, ListX ) and LongTermRefPic( colPic, refIdxCol, listCol ).
WD should be modified accordingly, to eliminate the usage of un-valued refIdxCol and listCol.