﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
84	sdcEnableFlag is not aligned with the SW	kaizhang	tech	"In I.7.4.9.5
The variable sdcEnableFlag is derived as specified in the following: 
–	If CuPredMode[ x0 ][ y0 ] is equal to MODE_INTER, sdcEnableFlag is set equal to ( inter_sdc_flag[ nuh_layer_id ]  &&  PartMode   = =  PART_2Nx2N ) 
–	Otherwise, if CuPredMode[ x0 ][ y0 ] is equal to MODE_INTRA, 
sdcEnableFlag is set equal to ( intra_sdc_dmm_wfull_flag[ nuh_layer_id ]  &&  PartMode[ x0 ][ y0 ]   = =  PART_2Nx2N )

should be changed to
The variable sdcEnableFlag is derived as specified in the following: 
–	If CuPredMode[ x0 ][ y0 ] is equal to MODE_INTER, sdcEnableFlag is set equal to ( inter_sdc_flag[ nuh_layer_id ]  &&  PartMode   = =  PART_2Nx2N ) 
–	Otherwise, if CuPredMode[ x0 ][ y0 ] is equal to MODE_INTRA, sdcEnableFlag is set equal to PartMode[ x0 ][ y0 ]   = =  PART_2Nx2N."	clean up required	new	minor	HTM software	HTM-12.2		SDC	tech jct-3v@…
