﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
992	MAX_CU_SIZE (update for HM9.2 of ticket 227)	karlsharman		"MAX_CU_SIZE should be set to 6 in TComRom.h:53

If this is changed, then TComPrediction.cpp:xPredIntraPlanar:693
must be corrected:

Int leftColumn[MAX_CU_SIZE], topRow[MAX_CU_SIZE], bottomRow[MAX_CU_SIZE], rightColumn[MAX_CU_SIZE];

to

Int leftColumn[MAX_CU_SIZE+1], topRow[MAX_CU_SIZE+1], bottomRow[MAX_CU_SIZE], rightColumn[MAX_CU_SIZE];

--

In addition, the definition of g_aucIntraModeNumFast[7] should be g_aucIntraModeNumFast[MAX_CU_DEPTH] in TComRom.h:133 and TComRom.cpp:278 and 289 (and if MAX_CU_DEPTH is set to 6, the last element should be removed from their definition).

(Identified during RExt development.)
"	enhancement	closed	minor	HM-11.1	HM	HM-9.2	fixed		fbossen ksuehring davidf jct-vc@…
