﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
150	Default value in LM chroma	Vadim		"In the function xGetLLSPrediction default value is calculated as 

b = 128 << g_uiBitIncrement;

assuming that input bit depth is 8, but should be 

b = ( 1 << ( g_uiBitDepth + g_uiBitIncrement - 1 ) );"	defect	closed	minor		HM	HM-3.0	fixed		fbossen ksuehring davidf jct-vc@…
