﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1455	Typo on transformSkip & rotateCoeffs	o.nakagami		"JCTVC-W1005-v4 says,

  r[ x ][ y ] = ( rotateCoeffs ? d[ nTbS − x −1 ][ nTbS − y − 1 ] : d[ x ][ y ]  <<  tsShift )          (8‑300)

but it should be,

  r[ x ][ y ] = ( rotateCoeffs ? d[ nTbS − x −1 ][ nTbS − y − 1 ] : d[ x ][ y ] ''' ) <<  tsShift          ''' (8‑300)


because ""<<"" operation was applied before ""x?:y:z"" operation according to Table 5-1 (Operation precedence).

"	defect	closed	minor		Text		fixed		bbross wjhan jct-vc@…
