﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
331	cu_cbf is set to 0 when BDPCM is 1	sunmi.yoo		"In the semantics of cu_cbf, if BdpcmFlag[x0][y0] is equal to 1 cu_cbf is inferred to be equal to 0, which prevents parsing the whole residuals when the BDPCM mode is on.
In the software it works appropriately by checking the current CU is whether intra or inter, and the BDPCM is applied only to the intra blocks.

suggested fix :
When cu_cbf is not present, it is inferred as follows:
–	If cu_skip_flag[ x0 ][ y0 ] is equal to 1, cu_cbf is inferred to be equal to 0.
–	Otherwise, cu_cbf is inferred to be equal to 1.
"	defect	closed	minor		spec	VVC D5 v10	fixed	cu_cbf, bdpcm	ksuehring bbross XiangLi fbossen jvet@…
