﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
889	Incorrect size and reset for m_weightPredTable	audrey.turquin		"Since the introduction of the syntax elements num_l0_weights and num_l1_weights in the PH, the size of m_weightPredTable is not correct anymore.

According to the specification text, num_l0_weights and num_l1_weights shall be in the range 0 to num_ref_entries.
num_ref_entries can be up to MaxDpbSize + 13. So, at the maximum num_ref_entries can be equal to 16 + 13 = 29.

However, in the VTM, the size of m_weightPredTable is limited to MAX_NUM_REF = 16, which is not enough.
The size of m_weightPredTable should be increased to 29.

Moreover, a reset of m_weightPredTable at picture header level is missing."	defect	closed	minor		VTM		fixed		ksuehring XiangLi fbossen jvet@…
