Opened 11 years ago Closed 11 years ago #56 closed defect (fixed)A bug caused by uncompressed InterDir in HTM10.0rc1
Description
A bug is found in HTM10.0rc1. Generally speaking, the original code tries to use InterDir to determine the prediction direction. However, InterDir is not compressed as MV and RefIdx. Thus a misalignment may occur. In some worse case, the codec may crash, although that does not happen in CTC.
At line 4746 in TComDataCU.cpp, it should be
#endif
#if HTM10RC1_FIX
#endif
At line 4775 in TComDataCU.cpp, it should be
#if !HTM10RC1_FIX
#endif
#if HTM10RC1_FIX
#endif
Thank you! Attachments (2)Change history (6)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by kaizhangChanged 11 years ago by kaizhangcomment:2 Changed 11 years ago by tech
comment:3 Changed 11 years ago by fabianjaegercomment:4 Changed 11 years ago by tech
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
|
What do we do about this bug? I have a proposal, which would crash if the bug fix is not applied. Do we also need to change the anchor then?