﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
564	typo in offset derivation of PROF	yuwenhe		"In equation (8-732)(8-733)(8-734)(8-735), dVerX and dHorY were used incorrectly. They should be corrected as:
posOffsetX  =  6 * dHorX + 6 * '''dHorY'''   (8-732)
posOffsetY  =  6 * '''dVerX''' + 6 * dVerY   (8-733)
diffMv[ x ][ y ][ 0 ] = x * ( dHorX << 2 ) + y * ( '''dHorY''' << 2 ) – posOffsetX   (8-734)
diffMv[ x ][ y ][ 1 ] = x * ( '''dVerX''' << 2 ) + y * ( dVerY << 2 ) – posOffsetY   (8-735)"	defect	closed	minor		spec		fixed		ksuehring bbross XiangLi fbossen jvet@…
