﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1522	Offset issue in clause 8.5.4.3	crosewarne		"(filed on behalf of Min Woo)

In section 8.5.4.3, Equation (8-279) appears to have an issue.

resSamples is a block level array but picture-level offsets (xCb, yCb) are applied when addressing samples in this array. The equation should instead be:

6.       The (nCbS)x(nCbS) residual sample array of the current coding block resSamples is modified as follows, for i = 0..nTbS − 1, j = 0..nTbS − 1:
    resSamples[ xB0 / SubWidthC + i, yBN / SubHeightC + j ] = transformBlock[ i, j ]            (8 279)
"	defect	closed	minor		Text	v5 (02/2018)	fixed		bbross jvet@…
