Opened 10 years ago

Closed 9 years ago

#91 closed defect (fixed)

misalingment between software and working draft

Reported by: lizhang Owned by: tech
Priority: minor Component: HTM software
Version: HTM-13.0 Keywords:
Cc: tech, jct-3v@…

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:

pcTmpCU = getPULeft(uiIdx, uiPartIdxLB);

In this case, there is no need to change the specification.

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 9 years ago by tech

  • Resolution set to fixed
  • Status changed from new to closed
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

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Karsten Suehring(Always)
  • Li Zhang(Reporter)