﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
449	Typo on pred_mode_plt_flag signaling condition	hmjang		"There are two minor typos on pred_mode_plt_flag signaling condition.

1. Double ""&&"" word
|| if( ( ( ( slice_type  = =  I | | ( cbWidth = = 4 && cbHeight = = 4 ) | | sps_ibc_enabled_flag ) && CuPredMode[ x0 ][ y0 ] = = MODE_INTRA ) | | ( slice_type != I  &&  !( cbWidth = = 4 && Height = = 4 )  &&  !sps_ibc_enabled_flag &&  CuPredMode[ x0 ][ y0 ] != MODE_INTRA ) )  &&  sps_palette_enabled_flag  &&  cbWidth <= 64  &&  cbHeight <= 64 [[span(style=color: #FF0000, && )]] && cu_skip_flag[ x0 ][ y0 ] = = 0  && modeType != MODE_INTER ) || ||
|| pred_mode_plt_flag || ae(v)||

2. modeType typo

|| if( ( ( ( slice_type  = =  I | | ( cbWidth = = 4 && cbHeight = = 4 ) | | sps_ibc_enabled_flag ) && CuPredMode[ x0 ][ y0 ] = = MODE_INTRA ) | | ( slice_type != I  &&  !( cbWidth = = 4 && Height = = 4 )  &&  !sps_ibc_enabled_flag &&  CuPredMode[ x0 ][ y0 ] != MODE_INTRA ) )  &&  sps_palette_enabled_flag  &&  cbWidth <= 64  &&  cbHeight <= 64 && && cu_skip_flag[ x0 ][ y0 ] = = 0  && modeType != MODE_[[span(style=color: #FF0000, TYPE_ )]]INTER ) || ||
|| pred_mode_plt_flag || ae(v)||"	defect	closed	minor		spec	VVC D6 vE	fixed	typo	ksuehring bbross XiangLi fbossen jvet@…
