Opened 14 years ago Closed 14 years ago #41 closed defect (fixed)Some minor HHI_MRG bugs in 0.6 - already fixed in 0.7
Description
In TEncSearch.cpp between line 1493 and 1494, as well as between line 7039 and 7040, the following three lines need to be added:
#if HHI_MRG
#endif
This fixes the issue, that an incorrect bitrate is estimated for RD-decisions.
In TEncEntropy.cpp between line 382 and 383, the following needs to be added:
if ( pcCU->getSlice()->isIntra() )
}
This avoids the encoding of unwanted merge flags.
In TEncEntropy.cpp between line 900 and 901, the following needs to be added:
This corrects a wrong determination of merge candidates during the estimation process.
All line numbers are valid for version 0.6. Change History (4)comment:1 Changed 14 years ago by fbossen
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
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
|
Fixed in r124 and r134