id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 327,AMP allowed at incorrect CU depths,bheng,,"According to the binarization for part_mode, AMP partition modes are only possible when cLog2CbSize is greater than Log2MinCbSize. The following code from HM-5.1 fails to implement this correctly. for (Int i = 0; i < m_cSPS.getMaxCUDepth() - 1; i++) { m_cSPS.setAMPAcc( i, m_cSPS.getUseAMP() ); } The getMaxCUDepth function returns the total depth, taking into account both the minimum CU and minimum TU sizes. Therefore, depending on the minimum TU size, HM can potentially allow AMP even when cLog2CbSize = Log2MinCbSize. Also, the ""-1"" in the for loop is not necessary. ",defect,closed,minor,,HM,HM-6.2,fixed,,fbossen ksuehring davidf jct-vc@…