﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
120	Location clipping of the collocated block in the ATMVP derivation is still buggy in the spec	zhou		"Please replace 

yColCb = Clip3( yCtb, 
	Min( CurPicHeightInSamplesY − 1, yCtb + ( 1  <<  CtbLog2SizeY ) +3 ),	
 	yColCtrCb + ( tempMv[1]  >>  4 ) )   (8-164)

with 

yColCb = Clip3( yCtb, 
	Min( CurPicHeightInSamplesY − 1, yCtb + ( 1  <<  CtbLog2SizeY ) -1 ),	
 	yColCtrCb + ( tempMv[1]  >>  4 ) )

to match the VTM3.0 reference code.

The temporal motion vectors should not go beyond the current CTU row.

"	defect	closed	minor		spec		fixed		ksuehring bbross XiangLi fbossen jvet@…
