﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
364	(Actual version: D6 dK): Where is the picture reconstruction process?	hellman	bbross	"The picture reconstruction process seems to have gone missing.  Section 8.4.3 has these lines:

-------------------------------

4.	The residual signal accumulation process as specified in subclause XXX is invoked with the variable arraySize set equal to nS, the (nS)x(nS) array predSamples, and the (nS)x(nS) array resSamples as the inputs and the output is a (nS)x(nS) array recSamples.

5.	The picture reconstruction process for a component before deblocking filtering as specified in subclause XXX is invoked with the location ( xB, yB ), the variable arraySize set equal to nS, the variable cIdx set equal to 0, and the (nS)x(nS) array recSamples as the inputs and the output is a modified reconstructed picture before deblocking filtering.

-------------------------------------

Section 8.5 has the same problem.  There are several issues here (besides the missing sections XXXX)

- The array names used as inputs and outputs are not consistent.  In section 8.4.3 the array's just called 'recSamples', while in sections 8.4 and 8.5 it's identified as recSamples with subscript L, Cr and Cb (section 8.5, item 4 forgets to make a subscript of L, Cr and Cb)

- The output of the picture reconstruction process is said to be 'a modified reconstructed picture'.  Shouldn't this output be an array as well?  The deblocking process refers to an array recPicture, but that's never defined anywhere.  

"	defect	closed	minor	D7	Text	D7 (I1003) d4	fixed		bbross wjhan jct-vc@…
