Opened 13 years ago

Closed 13 years ago

#152 closed defect (fixed)

When the macro MTK_TMVP_H_MRG is disabled, “iRefIdx = iRefIdxSkip[1];” is not set before calling xGetCenterCol() process.

Reported by: JianLiangLin Owned by:
Priority: minor Milestone: HM-3.1
Component: HM Version: HM-3.0rc2
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

We have found a bug in HM3.0 which will impact CE1.
(start from line 2412 in TComDataCU.cpp)

#if PANASONIC_MRG_TMVP_REFIDX
      iRefIdx = iRefIdxSkip[1]; <--- This line should be added
      if ( xGetCenterCol( uiPUIdx, REF_PIC_LIST_1, iRefIdx, &cMvTCenter[1] ) )
#else


This will not impact the anchor of HM3.0 because this code section is bypassed when the macro MTK_TMVP_H_MRG is turned on, which is the default setting of HM3.0.
However, this bug will impact CE1 when the macro MTK_TMVP_H_MRG is disabled.

Change History (5)

comment:1 Changed 13 years ago by davidf

This has been resolved in r847

comment:2 Changed 13 years ago by davidf

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

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • Jian-Liang Lin(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)