Opened 9 years ago

Closed 9 years ago

#1350 closed defect (fixed)

mismatch between parameter list of TComTrQuant::init() and its invocation in TDecTop.cpp

Reported by: dthoang Owned by:
Priority: minor Milestone: HM-16.3
Component: HM Version: HM-16.2
Keywords: Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

There is a mismatch between declaration and use of TComTrQuant::init().

In TComTrQuant.cpp

Void TComTrQuant::init( UInt uiMaxTrSize,

Bool bUseRDOQ,
Bool bUseRDOQTS,
Bool bEnc,
Bool useTransformSkipFast

#if ADAPTIVE_QP_SELECTION

, Bool bUseAdaptQpSelect

#endif

)

In TDecTop.cpp

m_cTrQuant.init ( g_uiMaxCUWidth, g_uiMaxCUHeight, m_apcSlicePilot->getSPS()->getMaxTrSize());

This bug exists in HM-16.2 and also HM-dev.

Change History (2)

comment:1 Changed 9 years ago by DefaultCC Plugin

  • Cc ksuehring davidf karlsharman jct-vc@… added

comment:2 Changed 9 years ago by karlsharman

  • Milestone set to HM-16.3
  • Priority changed from major to minor
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r4229; also changed to a minor bug since it has been around since HM9.2 and only means that an assert in the decoder has no effect.

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)
  • Dzung Hoang(Reporter)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber, Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)