Opened 10 years ago

Closed 10 years ago

#1299 closed defect (fixed)

int and unsigned int comparison

Reported by: johnadams Owned by:
Priority: major Milestone: RExt D7
Component: HM SCC Version: SCC-1.0 (RExt-7.0)
Keywords: Cc: jct-vc@…

Description

int and unsigned int comparison may cause errors in intra block copy search code

in function xIntraPatternSearch() etc. in TEncSearch.cpp lines where iTempX is int and lcuWidth is UInt comparison would cause wrong values

if((iTempX >= lcuWidth) && (iTempY >= 0) && m_pcEncCfg->getUseIntraBCFullFrameSearch())

Change History (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc jct-vc@… added

comment:2 Changed 10 years ago by krishna

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

Fix applied in rev 4050.

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

  • jct-vc@…(Subscriber)
  • johnadams(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • krishna(Participant)