Opened 11 years ago Closed 10 years ago #67 closed defect (fixed)Redundant DBBP flag setting for 2NxN parition
Description
In the function parseDBBPFlag() of HTM11.0, the following code #if MTK_DIS_SPBIP8X4_H0205 UInt uiCurrPartNumQ = (pcCU->getPic()->getNumPartInCU() >> (2 * uiDepth)) >> 2; pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx + 2*uiCurrPartNumQ, 1, uiDepth); #endif
is originally intended to set the DBBP flag for the 2nd part of the 2NxN PU.
However, currently the DBBP flag is set outside of this function for all kinds of paritions. Therefore, the above code is redundant.
In addition, if the macro RWTH_DBBP_PACK_MODE is not 2NxN (encoder issue, since for DBBP mode, there is no restriction for partition size), the above code may set the wrong DBBP flag. Change history (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 10 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
|