﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
152	When the macro MTK_TMVP_H_MRG is disabled, “iRefIdx = iRefIdxSkip[1];” is not set before calling xGetCenterCol() process.	JianLiangLin		"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.  
"	defect	closed	minor	HM-3.1	HM	HM-3.0rc2	fixed		fbossen ksuehring davidf jct-vc@…
