Opened 11 years ago

Closed 10 years ago

#1186 closed defect (fixed)

Use xCalcHADs2x2 in TComRdCost::calcHAD for sizes not multiple 8 / 4

Reported by: UweErikMartin Owned by:
Priority: minor Milestone: HM-13.0
Component: HM Version: HM-12.0
Keywords: TComRdCost, xCalcHAD Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The calculation function TComRdCost::calcHAD calls size-specific calculation functions xCalcHADs8x8 for image sizes multiple 8 and xCalcHADs4x4 for sizes multiple 4 but is also using xCalcHADs8x8 for any other size (Line 440 of TComRdCost.cpp)

This seems like a bug - the 2x2 specific function xCalcHADs2x2 shall be used instead.

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 10 years ago by fbossen

  • Milestone changed from HM-12.1 to HM-13.0
  • Resolution set to fixed
  • Status changed from new to closed

Removed buggy path in r3775

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Uwe-Erik Martin(Reporter)