Opened 12 years ago Closed 10 years ago #953 closed defect (fixed)Best motion not stored during uni-directional search in list1 in certain case
Description
In case the same picture inserted into both list0 and list1 at the same position, the best motion from list1 search may not be stored correctly. This bug dose not show up in the current HM configuration.
It is found under the context of ref_idx approach implementation in SHVC software SMuC0.1.1. Detailed description of the bug and the fix can be found in document JCTVC-L0167. Attachments (1)Change History (9)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by libincomment:3 Changed 12 years ago by ksuehring
Is there a patch available? Changed 12 years ago by hyangcomment:4 Changed 12 years ago by hyang
Patch attached. comment:5 Changed 10 years ago by karlsharman
Is there an updated patch for this? Is this still a problem?
The code highlighted in the patch was effectively removed comment:6 Changed 10 years ago by Vadim
The fix was implemented into SHM with rev 19, basically it is leftovers after removing the combined list. comment:7 Changed 10 years ago by karlsharman
Thanks for the pointers.
It looks like that fix was also subsequently removed from SHM when L0034 was patched into SHM:
So I believe I can assume that this bug was fixed in r3398. comment:8 Changed 10 years ago by karlsharman
Fixed in r3398 due to changes from JCTVC-L0034. 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
|
JCTVC-L0034 is a relevant proposal, which proposes to do the cleanup work of the motion estimation process, mainly by removing the left over lines related to combined list.