Opened 8 years ago

Closed 8 years ago

#100 closed defect (invalid)

wrong region height count

Reported by: kolya Owned by: Vadim
Priority: major Milestone: SHM-12.0
Component: SHM software Version: SHM-11.0
Keywords: Cc: Vadim, jct-vc@…

Description

In TComUpsampleFilter.cpp line 103 there is

Int refRegionHeight = heightBL - windowRL.getWindowTopOffset() - windowRL.getWindowBottomOffset();

but it is already computed heighBL in line 71 with the same offset.

Change history (3)

comment:1 Changed 8 years ago by Vadim

Line 71: Int heightBL  = pcBasePic->getHeight(COMPONENT_Y);
Line 103: Int refRegionHeight = heightBL - windowRL.getWindowTopOffset() - windowRL.getWindowBottomOffset();

Could you please clarify what you mean by the same offset?

comment:2 Changed 8 years ago by kolya

Oops, it is my fault - me tried to modify the code on line 71. Please close the ticket as invalid, sorry.

comment:3 Changed 8 years ago by Vadim

  • Resolution set to invalid
  • 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(Always)
  • jct-vc@…(Subscriber)
  • Karsten Suehring(Always)
  • Nikolay Shlyakhov(Reporter, Participant)
  • Vadim Seregin(Owner, Subscriber, Participant)