﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1308	Inconsistent use of IsAvailable for chroma	bheng		"In Eq 1190, for chroma the pixel availability is set using '''chroma''' location (xCurr, yCurr):

	IsAvailable[ cIdx ][ xCurr + i ][ yCurr + j ] = TRUE
	
However, when IsAvailable is used in 6.4.4, the '''luma''' location (xNbY, yNbY) is used instead:

	IsAvailable[ cIdx ][ xNbY ][ yNbY ] is equal to FALSE
	
I believe Eq 1190 needs to be changed to use luma locations in order for this to work correctly."	defect	closed	minor		spec	VVC D10 vE	fixed		ksuehring bbross XiangLi fbossen jvet@…
