Opened 8 years ago

#99 new defect

wrong assert in the decoder and encoder

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

Description

It seems that this test is wrong in TComUpsampleFilter::upsampleBasePic:

assert ( widthEL >= widthBL );
assert ( heightEL >= heightBL );

coz widthBL is calculated without reference window size

Attachments (1)

TComUpsampleFilter.cpp.patch (1.6 KB) - added by kolya 8 years ago.
upsampling filter patch

Download all attachments as: .zip

Change history (1)

Changed 8 years ago by kolya

upsampling filter patch

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)
  • Vadim Seregin(Owner, Subscriber)