id summary reporter owner description type status priority milestone component version resolution keywords cc 1287 Order of operations in Table 127 bheng "In the cMax derivation for the last_sig_coeff_x_suffix and last_sig_coeff_y_suffix syntax elements in Table 127, the final parenthesis is misplaced. cMax = ( 1 << ( ( last_sig_coeff_x_prefix >> 1 ) − 1 ) − 1 ) cMax = ( 1 << ( ( last_sig_coeff_y_prefix >> 1 ) − 1 ) − 1 ) I would suggest the following instead: cMax = ( 1 << ( ( last_sig_coeff_x_prefix >> 1 ) − 1 ) ) − 1 cMax = ( 1 << ( ( last_sig_coeff_y_prefix >> 1 ) − 1 ) ) − 1 " defect closed minor spec VVC D10 vE fixed ksuehring bbross XiangLi fbossen jvet@…