id summary reporter owner description type status priority milestone component version resolution keywords cc 409 Wrong indent in semantic of sig_coeff_flag chhuanb "In semantic of sig_coeff_flag, ""( xC & ( (1 << log2SbW ) − 1 ), yC & ( (1 << log2SbH ) − 1 ) ) is equal to ( 0, 0 )"" should be aligned with ""inferSbDcSigCoeffFlag is equal to 1"" '''Correction:''' When sig_coeff_flag[ xC ][ yC ] is not present, it is inferred as follows: – If ( xC, yC ) is the last significant location ( LastSignificantCoeffX, LastSignificantCoeffY ) in scan order or all of the following conditions are true, sig_coeff_flag[ xC ][ yC ] is inferred to be equal to 1: – ( xC & ( (1 << log2SbW ) − 1 ), yC & ( (1 << log2SbH ) − 1 ) ) is equal to ( 0, 0 ). – inferSbDcSigCoeffFlag is equal to 1. – coded_sub_block_flag[ xS ][ yS ] is equal to 1. – Otherwise, sig_coeff_flag[ xC ][ yC ] is inferred to be equal to 0. " defect closed minor spec VVC D6 vE fixed ksuehring bbross XiangLi fbossen jvet@…