﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1387	6.5.3: wrong loop variable in equation 26	fbossen		"for( x = 0; y  < blkWidth; y++ )

should most likely be

for( x = 0; x  < blkWidth; x++ )

"	defect	closed	minor		spec	VVC D10 vH	fixed		ksuehring bbross XiangLi fbossen jvet@…
