﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1234	8.4.5.1 uses incorrect coordinate system assigning to xTb1 and yTb1	jackh		"Following on from ticket #1208, I think the following section in 8.4.5.1:

   1. The variables xTb1 and yTb1 are derived as follows:

   – The variable xTb1 is set equal to xTb0 + ( 1 << ( log2TrafoSize − 1 ) ).
   – The variable yTb1 is set equal to yTb0 + ( 1 << ( log2TrafoSize − 1 ) ).

should say:

   1. The variables xTb1 and yTb1 are derived as follows:

   – The variable xTb1 is set equal to xTb0 + ( ( 1 << ( log2TrafoSize ) ) / SubWidthC ).
   – The variable yTb1 is set equal to yTb0 + ( ( 1 << ( log2TrafoSize ) ) / SubHeightC ).

as xTb1 and yTb1 are in chroma coordinates."	defect	closed	minor	RExt D6	RExt text	RExt D5 (O1005) v3	fixed		davidf joel teruhiko jct-vc@…
