﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
938	HMVP candidate indexing bug in 8.5.2.6 and 8.6.2.4	hangao		"In JVET-Q2001-vD

In 8.5.2.6 and 8.6.2.4 the for loop of HMVP candidate list usage:

For each candidate in HmvpCandList[ '''hMvpIdx''' ] with index hMvpIdx = 1..NumHmvpCand, the following ordered steps are repeated until numCurrMergeCand is equal to MaxNumMergeCand − 1:

However the candidate is scanned from last to first, and HmvpCandList[ NumHmvpCand ] is not exist.

Suggest fix:

For each candidate in HmvpCandList[ '''NumHmvpIbcCand − hMvpIdx ''' ] with index hMvpIdx = 1..NumHmvpCand, the following ordered steps are repeated until numCurrMergeCand is equal to MaxNumMergeCand − 1:

"	defect	closed	minor		spec	VVC D8 vB	fixed		ksuehring bbross XiangLi fbossen jvet@…
