Opened 13 years ago Closed 9 years ago #398 closed enhancement (fixed)Text / HM mismatch for derivation of TMVP in AMVP of HM-6.0rc1
Description
As described in section 8.5.2.1.5, the 2nd step of the ordered steps of deriving the motion vector predictor mvpLX:
If both availableFlagLXA and availableFlagLXB are equal to 1 and mvLXA is not equal to mvLXB, availableFlagLXCol is set equal to 0, otherwise, the derivation process for temporal luma motion vector prediction in subclause 5 is invoked with luma location ( xP, yP ).
if (pInfo->iN < AMVP_MAX_NUM_CANDS)
In this way, we can eliminate the unnecessary burden of deriving TMVP.
After deriving the TMVP candidate, we can delete the following statement, because it is impossible to satisfy the judgment.
Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehring
comment:3 Changed 9 years ago by karlsharman
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
|
Addressed in r4597.