Opened 10 years ago

Closed 10 years ago

#1308 closed defect (fixed)

incorrect warning message

Reported by: libin Owned by:
Priority: minor Milestone: HM+SCC-3.0
Component: HM SCC Version: SCC-2.0 (RExt-8.0)
Keywords: Cc: jct-vc@…

Description

The following warning message is always printed because of the incorrect logic. Changing | | to && may solve the problem.

    if( !(m_intraBlockCopySearchWidthInCTUs == -1 && m_intraBlockCopyNonHashSearchWidthInCTUs == 1)
      || !(m_intraBlockCopySearchWidthInCTUs == 3 && m_intraBlockCopyNonHashSearchWidthInCTUs == 1) )
    {
      fprintf(stderr, "***************************************************************************\n");
      fprintf(stderr, "** WARNING: IntraBC search ranges are not part of CTC/CE test conditions **\n");
      fprintf(stderr, "***************************************************************************\n");
    }

Change History (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc jct-vc@… added

comment:2 Changed 10 years ago by libin

  • Milestone set to HM+SCC-3.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r4081.

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

  • Bin Li(Reporter, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)