﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
577	Wrong weighted prediction table signalling at encoder	Vadim		"In WD, pred_weight_table is signalled before slice_qp_delta
In VTM encoder, pred_weight_table is signalled after slice_qp_delta and chroma QP offsets. VTM decoder is correct.

In VTM encoder, the following code should be moved to the correct place before slice_qp_delta

{{{
    if( ( pcSlice->getPPS()->getUseWP() && pcSlice->getSliceType() == P_SLICE ) || ( pcSlice->getPPS()->getWPBiPred() && pcSlice->getSliceType() == B_SLICE ) )
    {
      xCodePredWeightTable( pcSlice );
    }
}}}
"	defect	closed	minor		VTM	VTM-6.2	fixed		ksuehring XiangLi fbossen jvet@…
