Opened 10 years ago

Closed 10 years ago

#54 closed defect (fixed)

Timing on clipping vectors

Reported by: shimizu.shinya Owned by: tech
Priority: minor Component: HTM software
Version: HTM-9.0 Keywords:
Cc: tech, jct-3v@…

Description

In the current HTM, motion/disparity vectors are clipped before storing them in some cases although they should be clipped before generating prediction signals. In other words, motion/disparity vectors in the motion storage should not be clipped.

At least, I found such wrong clippings in TComDataCU::xAddVspCand, TComDataCU::xAddIvMRGCand, TComDataCU::xGetInterMergeCandidates (6 places), TComDataCU::getDisMvpCandNBDV (2 places), TComDataCU::estimateDVFromDM, TComDataCU::xCheckSpatialNBDV, TComDataCU::getInterViewMergeCands (3 places). After removing these clipping, it becomes necessary to add clipping in TComPrediction::xPredInterUniARP since NBDV becomes a non-clipped vector.

Attachments (1)

mods.patch (6.8 KB) - added by shimizu.shinya 10 years ago.
Patch file

Download all attachments as: .zip

Change history (4)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

Changed 10 years ago by shimizu.shinya

Patch file

comment:2 Changed 10 years ago by shimizu.shinya

The attached patch file was generated for HTM version 9.0r1

comment:3 Changed 10 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)
  • Shinya Shimizu(Reporter, Participant)