Opened 10 years ago

Closed 10 years ago

#21 closed defect (fixed)

The code for deriving (xRL, yRL) for inter-layer motion parameter derivation seems to be wrong

Reported by: danny Owned by: Vadim
Priority: critical Milestone: SHM-6.0
Component: SHM software Version: SHM-5.0
Keywords: Cc: Vadim, jct-vc@…

Description

TComDataCU::getBaseColCU() derives iBX and iBY for the reference layer luma sample location. However, it seems to lack the following shifting operations as specified in Eq. (H-51) of Section H.8.1.4.2.1:
iBX = (iBX >> 4) << 4;
iBY = (iBY >> 4) << 4;

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc Vadim jct-vc@… added

comment:2 Changed 10 years ago by Vadim

  • Resolution set to fixed
  • Status changed from new to closed

fixed with rev 661

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

  • Danny Hong(Reporter)
  • Gerhard Tech(Always)
  • jct-vc@…(Subscriber)
  • Karsten Suehring(Always)
  • Vadim Seregin(Owner, Subscriber, Participant)