Opened 10 years ago Closed 9 years ago #91 closed defect (fixed)misalingment between software and working draft
Description
In the NBDV derivation process, the availability of left block is checked by invoking the following function:
pcTmpCU = getPULeft(uiIdx, uiPartIdxLB, true, false);
The last input parameter is set to false so that the availability check of the left block is done without considering the constraint of tiles.
However, in the WD and in 3D-HTM of MV prediciton process,the tile constraint is always considered. Therefore, it is suggested that using the same strategy for NBDV derivation by replacing the above line with:
In this case, there is no need to change the specification. Change history (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 9 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
|